diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8fb89d78..13e23391 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,10 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install pylint + - name: Set PYTHONPATH + run: echo "PYTHONPATH=$(pwd)/server" >> $GITHUB_ENV - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')