Skip to content

Commit 7cf83b2

Browse files
authored
Merge pull request #279 from thewtex/notebook-test-itk-version
BUG: Require itk>=5.2.0.post2 for notebook tests
2 parents 5db4da3 + 97c6e55 commit 7cf83b2

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)