Skip to content

Commit 6415f55

Browse files
authored
Apply suggestion from @beckermr
1 parent 1886903 commit 6415f55

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,11 @@ jobs:
201201
202202
- name: Run unit tests
203203
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.
204+
cd tests
205+
coverage run -m pytest -v
206+
pytest -v run_examples.py
207+
cd .. # N.B. This seems to happen automatically if omitted.
208+
# Less confusing to include it explicitly.
210209
211210
- name: Check shared library
212211
if: matrix.py == 3.12

0 commit comments

Comments
 (0)