Skip to content

Commit 296acba

Browse files
committed
* install requirements before linting
1 parent e9c87f0 commit 296acba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

+1
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)