From 4473886486d72c9b1567f95ad5fe0a7692b7f771 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Thu, 24 Mar 2022 20:30:44 +0100 Subject: [PATCH] add requirements to pylint --- .github/workflows/pylint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7ffbe10..b6f6869 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,6 +17,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + cd backend + pip install --user -r requirements.txt pip install pylint - name: Analysing the code with pylint run: |