File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
examples/integrations/dask Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 28
28
python3 -m pip install -e ".[test]"
29
29
python3 -m pip install pyimagej
30
30
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
31
+ python3 -m pip install --upgrade --pre itk
31
32
32
33
- name : Test notebooks
33
34
run : |
34
- pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb
35
+ pytest --nbmake --nbmake-timeout=3000 examples/*.ipynb examples/integrations/dask/*.ipynb examples/integrations/itk/*.ipynb
Original file line number Diff line number Diff line change 82
82
},
83
83
{
84
84
"data" : {
85
- "application/javascript" : " window.connectPlugin && window.connectPlugin(\" f73b9611-a293-4994-8215-809777c33496\" )" ,
85
+ "application/javascript" : [
86
+ " window.connectPlugin && window.connectPlugin(\" f73b9611-a293-4994-8215-809777c33496\" )"
87
+ ],
86
88
"text/plain" : [
87
89
" <IPython.core.display.Javascript object>"
88
90
]
288
290
},
289
291
{
290
292
"data" : {
291
- "application/javascript" : " window.connectPlugin && window.connectPlugin(\" f73b9611-a293-4994-8215-809777c33496\" )" ,
293
+ "application/javascript" : [
294
+ " window.connectPlugin && window.connectPlugin(\" f73b9611-a293-4994-8215-809777c33496\" )"
295
+ ],
292
296
"text/plain" : [
293
297
" <IPython.core.display.Javascript object>"
294
298
]
340
344
"name" : " python" ,
341
345
"nbconvert_exporter" : " python" ,
342
346
"pygments_lexer" : " ipython3" ,
343
- "version" : " 3.10.6 "
347
+ "version" : " 3.9.13 "
344
348
}
345
349
},
346
350
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments