We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb36253 commit 531338bCopy full SHA for 531338b
1 file changed
.github/workflows/ci.yaml
@@ -71,8 +71,7 @@ jobs:
71
run: python -m pip list
72
73
- name: Run tests
74
- shell: "bash -l {0}"
75
- run: pytest -v
+ run: python -m pytest -v
76
77
- uses: codecov/codecov-action@v5
78
with:
@@ -126,7 +125,7 @@ jobs:
126
125
127
128
- name: Run checksum tests
129
- run: pytest -v tests/test_checksum32.py
+ run: python -m pytest -v tests/test_checksum32.py
130
131
132
@@ -175,7 +174,7 @@ jobs:
175
174
176
177
- name: Run Zarr integration tests
178
- run: pytest tests/test_zarr3.py tests/test_zarr3_import.py
+ run: python -m pytest tests/test_zarr3.py tests/test_zarr3_import.py
179
180
181
0 commit comments