Skip to content

Commit fce7191

Browse files
committed
typos suck
1 parent 489618f commit fce7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install -f requirements.txt
21+
pip install -r requirements.txt
2222
- name: Check for compile errors with pylint
2323
run: |
2424
pylint -E $(git ls-files '*.py' schema-tool)

0 commit comments

Comments
 (0)