We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3bda6 commit a585468Copy full SHA for a585468
.github/workflows/pytest.yaml
@@ -32,4 +32,4 @@ jobs:
32
make installdeps-test
33
pip freeze
34
- name: Run Pytest
35
- run: make test
+ run: pytest tests
0 commit comments