File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,16 @@ jobs:
28
28
run : |
29
29
python3 -m pip install --upgrade pip
30
30
python3 -m pip install -e ".[test,all]"
31
- python3 -m pip install pyimagej
31
+ python3 -m pip install pyimagej urllib3
32
32
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
33
33
python3 -m pip install "itk>=5.3.0"
34
34
35
35
- name : Test notebooks
36
+ if : ${{ matrix.python-version != '3.8' }}
36
37
run : |
37
38
pytest --nbmake --nbmake-timeout=3000 examples/EnvironmentCheck.ipynb examples/Hello3DWorld.ipynb examples/NumPyArrayPointSet.ipynb examples/integrations/**/*.ipynb
39
+
40
+ - name : Test notebooks
41
+ if : ${{ matrix.python-version == '3.8' }}
42
+ run : |
43
+ pytest --nbmake --nbmake-timeout=3000 examples/Hello3DWorld.ipynb examples/NumPyArrayPointSet.ipynb examples/integrations/**/*.ipynb
You can’t perform that action at this time.
0 commit comments