Skip to content

Commit 97c6e55

Browse files
committed
BUG: Require itk>=5.2.0.post2 for notebook tests
1 parent 5db4da3 commit 97c6e55

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
@@ -241,7 +241,7 @@ jobs:
241241
run: |
242242
python -m pip install --upgrade pip
243243
python -m pip install ninja
244-
python -m pip install itk==5.2rc03
244+
python -m pip install itk>=5.2.0.post2
245245
python -m pip install matplotlib
246246
python -m pip install itkwidgets
247247

0 commit comments

Comments
 (0)