Skip to content

Commit e977fae

Browse files
authored
Install requirements in PyLint
1 parent d964432 commit e977fae

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
run: |
1818
python -m pip install --upgrade pip
1919
pip install pylint
20+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2021
- name: Analysing the code with pylint
2122
run: |
2223
cd src

0 commit comments

Comments
 (0)