Skip to content

Commit d87ef91

Browse files
committed
2 parents 6198e62 + 37b5e4b commit d87ef91

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
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20+
pip install -r requirements.txt
2021
pip install pylint
2122
- name: Analysing the code with pylint
2223
run: |

0 commit comments

Comments
 (0)