We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a0f44 commit e24c713Copy full SHA for e24c713
.github/workflows/notebook-test.yml
@@ -31,14 +31,5 @@ jobs:
31
python3 -m pip install --upgrade --pre itk
32
33
- 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
+ run: |
+ pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/**/*.ipynb
0 commit comments