Update pylint.yml - install requirements

This commit is contained in:
Dmitry Andreev
2024-01-07 16:32:10 +03:00
committed by GitHub
parent cafb2fa516
commit e1f9f71277

View File

@@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')