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 a21965c commit a297d30Copy full SHA for a297d30
.github/workflows/notebook-test.yml
@@ -24,4 +24,4 @@ jobs:
24
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
25
- name: Test notebooks
26
run: |
27
- pytest --nbmake --nbmake-timeout=3000 examples/*ipynb
+ pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb
0 commit comments