Skip to content

Commit 17a9a40

Browse files
authored
Fix pip install command syntax in pylint workflow
1 parent ac6ca4e commit 17a9a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

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

0 commit comments

Comments
 (0)