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 f332979 commit b644e9aCopy full SHA for b644e9a
.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Run tests
73
shell: "bash -l {0}"
74
- run: pytest -v numcodecs/tests
+ run: pytest -v --pyargs numcodecs.tests
75
76
- uses: codecov/codecov-action@v5
77
with:
0 commit comments