Skip to content

Commit 858c842

Browse files
authored
Update pylint.yml
1 parent 61e6c85 commit 858c842

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19+
python -m pip -r requirements.txt
1920
pip install pylint
2021
- name: Analysing the code with pylint
2122
run: |

0 commit comments

Comments
 (0)