Skip to content

Commit 6803f9f

Browse files
authored
Update npylint.yml
1 parent be92c43 commit 6803f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npylint.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 -r requiremets.txt
20+
pip install -r requirements.txt
2121
pip install pylint
2222
- name: Analysing the code with pylint
2323
run: |

0 commit comments

Comments
 (0)