Skip to content

Commit a3b1925

Browse files
committed
TST: Use itk >= v5.3.0
1 parent 4a3dafd commit a3b1925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python3 -m pip install -e ".[test,all]"
3131
python3 -m pip install pyimagej
3232
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
33-
python3 -m pip install --upgrade --pre itk
33+
python3 -m pip install "itk>=5.3.0"
3434
3535
- name: Test notebooks
3636
run: |

0 commit comments

Comments
 (0)