Skip to content

Commit f4cb1e9

Browse files
committed
updating to install requirements for each python version
1 parent d8f933b commit f4cb1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install -r requirements.txt
22+
pip install .
2123
- name: Analysing the code with pylint
2224
run: |
2325
pylint -d C0103 $(git ls-files '*.py')

0 commit comments

Comments
 (0)