diff --git a/.github/workflows/linting_test.yml b/.github/workflows/linting_test.yml index c94fe59..001ce4d 100644 --- a/.github/workflows/linting_test.yml +++ b/.github/workflows/linting_test.yml @@ -20,6 +20,8 @@ jobs: architecture: "x64" - name: Display Python version run: python -c "import sys; print(sys.version)" + - name: Install project dependencies + run: pip install -r requirements.txt - name: Install Pylint run: pip install pylint - name: Analysing code with Pylint