Skip to content

Commit

Permalink
BUG: Require itk>=5.2.0.post2 for notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 17, 2021
1 parent 5db4da3 commit 97c6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Expand Up @@ -241,7 +241,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install ninja
python -m pip install itk==5.2rc03
python -m pip install itk>=5.2.0.post2
python -m pip install matplotlib
python -m pip install itkwidgets
Expand Down

0 comments on commit 97c6e55

Please sign in to comment.