diff --git a/.github/workflows/notebook-test.yml b/.github/workflows/notebook-test.yml index 5cd0b394..780e80f8 100644 --- a/.github/workflows/notebook-test.yml +++ b/.github/workflows/notebook-test.yml @@ -8,7 +8,7 @@ jobs: name: Test notebooks with nbmake strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9'] steps: - uses: actions/checkout@v3 with: @@ -33,11 +33,5 @@ jobs: python3 -m pip install "itk>=5.3.0" - name: Test notebooks - if: ${{ matrix.python-version != '3.8' }} run: | pytest --nbmake --nbmake-timeout=3000 examples/EnvironmentCheck.ipynb examples/Hello3DWorld.ipynb examples/NumPyArrayPointSet.ipynb examples/integrations/**/*.ipynb - - - name: Test notebooks - if: ${{ matrix.python-version == '3.8' }} - run: | - pytest --nbmake --nbmake-timeout=3000 examples/Hello3DWorld.ipynb examples/NumPyArrayPointSet.ipynb examples/integrations/**/*.ipynb diff --git a/itkwidgets/standalone/index.html b/itkwidgets/standalone/index.html index b98415bb..b81138cd 100644 --- a/itkwidgets/standalone/index.html +++ b/itkwidgets/standalone/index.html @@ -25,7 +25,7 @@
- +