Skip to content

Commit f4bae05

Browse files
committed
missing instructions
1 parent 665ce26 commit f4bae05

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
@@ -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)