Skip to content

Commit 8fb90b9

Browse files
authored
Properly install requirements in PyLint
1 parent e977fae commit 8fb90b9

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

0 commit comments

Comments
 (0)