Skip to content

Commit b10ad7f

Browse files
authored
Update pylint.yml
1 parent 858c842 commit b10ad7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
python -m pip -r requirements.txt
19+
python -m pip install -r requirements.txt
2020
pip install pylint
2121
- name: Analysing the code with pylint
2222
run: |

0 commit comments

Comments
 (0)