Skip to content

Commit e24c713

Browse files
committed
MAINT: Simplify testing command
1 parent 97a0f44 commit e24c713

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/notebook-test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,5 @@ jobs:
3131
python3 -m pip install --upgrade --pre itk
3232
3333
- name: Test notebooks
34-
run: >
35-
pytest --nbmake --nbmake-timeout=3000
36-
examples/*.ipynb
37-
examples/integrations/dask/*.ipynb
38-
examples/integrations/itk/*.ipynb
39-
examples/integrations/MONAI/*.ipynb
40-
examples/integrations/PyImageJ/*.ipynb
41-
examples/integrations/PyVista/*.ipynb
42-
examples/integrations/vtk/*.ipynb
43-
examples/integrations/xarray/*.ipynb
44-
examples/integrations/zarr/*.ipynb
34+
run: |
35+
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/**/*.ipynb

0 commit comments

Comments
 (0)