Skip to content

Commit a297d30

Browse files
committed
ENH: Test dask examples
1 parent a21965c commit a297d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
2525
- name: Test notebooks
2626
run: |
27-
pytest --nbmake --nbmake-timeout=3000 examples/*ipynb
27+
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb

0 commit comments

Comments
 (0)