Spaces:
Running
Running
うみゅ
commited on
Update pylint.yml
Browse filespip install -r requirements.txt
.github/workflows/pylint.yml
CHANGED
@@ -18,6 +18,7 @@ jobs:
|
|
18 |
run: |
|
19 |
python -m pip install --upgrade pip
|
20 |
pip install pylint
|
|
|
21 |
- name: Analysing the code with pylint
|
22 |
run: |
|
23 |
pylint $(git ls-files '*.py')
|
|
|
18 |
run: |
|
19 |
python -m pip install --upgrade pip
|
20 |
pip install pylint
|
21 |
+
pip install -r requirements.txt
|
22 |
- name: Analysing the code with pylint
|
23 |
run: |
|
24 |
pylint $(git ls-files '*.py')
|