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 989d6cc commit 8cf32deCopy full SHA for 8cf32de
.github/workflows/notebook-test.yml
@@ -31,5 +31,11 @@ jobs:
31
python3 -m pip install --upgrade --pre itk
32
33
- 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
+ run: >
+ 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