Skip to content

Commit e8aeb8f

Browse files
committed
ENH: added pip install simpleitk for testing
1 parent 346101d commit e8aeb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python3 -m pip install pyimagej urllib3
3232
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
3333
python3 -m pip install "itk>=5.3.0"
34+
python3 -m pip install "simpleitk>=2.5.3"
3435
3536
- name: Test notebooks
3637
run: |

0 commit comments

Comments
 (0)