Skip to content

Commit 20e3f66

Browse files
authored
install required deps in pylint.yml
1 parent a9d82fb commit 20e3f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install -r requirements.txt
2122
- name: Analysing the code with pylint
2223
run: |
2324
pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)