Skip to content

Commit 04f2364

Browse files
committed
fix requirements file path
1 parent af0c3bb commit 04f2364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
python -c "import sys; print(sys.version)"
2222
python -c "import struct; print(struct.calcsize('P') * 8)"
2323
- name: Install testing dependencies and project
24-
run: pip install -r -dev-requirements.txt .
24+
run: pip install -r dev-requirements.txt .
2525
- name: Run pytest tests
2626
run: pytest

0 commit comments

Comments
 (0)