Skip to content

Commit 06b02b3

Browse files
committed
ENH: Use newest ITK Python package in CI
1 parent f5ec02c commit 06b02b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
run: |
256256
python -m pip install --upgrade pip
257257
python -m pip install ninja
258-
python -m pip install itk>=5.4rc3
258+
python -m pip install itk>=5.4
259259
python -m pip install matplotlib
260260
python -m pip install itkwidgets
261261
# Issues with 5.7.0

0 commit comments

Comments
 (0)