Skip to content

Commit 3d24a35

Browse files
committed
workflow/pylint: add requirements.txt
1 parent f039a6f commit 3d24a35

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
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install -r requirements.txt
2223
pip install pylint
2324
- name: Analysing the code with pylint
2425
run: |

0 commit comments

Comments
 (0)