Skip to content

Commit 8cf32de

Browse files
committed
TST: Add test for vtk notebooks
1 parent 989d6cc commit 8cf32de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/notebook-test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@ jobs:
3131
python3 -m pip install --upgrade --pre itk
3232
3333
- name: Test notebooks
34-
run: |
35-
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb examples/integrations/itk/*.ipynb examples/integrations/zarr/*.ipynb examples/integrations/MONAI/*.ipynb
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/vtk/*.ipynb
41+
examples/integrations/zarr/*.ipynb

0 commit comments

Comments
 (0)