We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886903 commit 6415f55Copy full SHA for 6415f55
1 file changed
.github/workflows/ci.yml
@@ -201,12 +201,11 @@ jobs:
201
202
- name: Run unit tests
203
run: |
204
- # cd tests
205
- pytest -vvsx -k test_interpolatedimage_maxk_python
206
- # coverage run -m pytest -v
207
- # pytest -v run_examples.py
208
- # cd .. # N.B. This seems to happen automatically if omitted.
209
- # # Less confusing to include it explicitly.
+ cd tests
+ coverage run -m pytest -v
+ pytest -v run_examples.py
+ cd .. # N.B. This seems to happen automatically if omitted.
+ # Less confusing to include it explicitly.
210
211
- name: Check shared library
212
if: matrix.py == 3.12
0 commit comments