Skip to content

Commit b6529cd

Browse files
authored
Merge pull request #575 from bnmajor/notebook-testing
TST: Add test for vtk notebooks
2 parents bddcbef + e24c713 commit b6529cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
3333
- name: Test notebooks
3434
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
35+
pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/**/*.ipynb

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"itkwasm >= 1.0b1",
3939
"imjoy-rpc >= 0.5.16",
4040
"imjoy-utils >= 0.1.2",
41+
"importlib-metadata == 4.13.0 ; python_version == '3.7'",
4142
"ngff-zarr[dask-image] >= 0.1.2",
4243
"numcodecs",
4344
"zarr",

0 commit comments

Comments
 (0)