We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ba1e2 commit d3452f3Copy full SHA for d3452f3
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
jupyter nbextension enable --py --sys-prefix widgetsnbextension
83
- name: Install SimpleITK from test PyPi from manually launched workflow
84
if: ${{ inputs.testPyPi }}
85
- run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
+ run: pip install --pre --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
86
- name: Download data
87
if: steps.cache.outputs.cache-hit != 'true'
88
run: python Utilities/downloaddata.py Data/ Data/manifest.json
0 commit comments