diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index b744e7f..02a7454 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt # Install dependencies from requirements.txt pip install pylint - name: Analysing the code with pylint run: |