We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1506b commit 376f3c2Copy full SHA for 376f3c2
.github/workflows/test.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Install package
20
run: pip install .
21
- name: Install test requirements
22
- run: pip install -r test-requirements.txt
+ run: pip install -r test_requirements.txt
23
- name: Run tests
24
run: pytest
0 commit comments