Skip to content

Commit b644e9a

Browse files
committed
Use pyargs with pytest
1 parent f332979 commit b644e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Run tests
7373
shell: "bash -l {0}"
74-
run: pytest -v numcodecs/tests
74+
run: pytest -v --pyargs numcodecs.tests
7575

7676
- uses: codecov/codecov-action@v5
7777
with:

0 commit comments

Comments
 (0)