We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3295dd2 commit 6be489bCopy full SHA for 6be489b
.github/workflows/pythonpackage.yml
@@ -37,4 +37,5 @@ jobs:
37
- name: Test with pytest
38
run: |
39
pip install pytest
40
+ pip install -r requirements_test_all.txt
41
pytest
0 commit comments