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.
2 parents d63e60d + 30b23f9 commit eb3c984Copy full SHA for eb3c984
.github/workflows/scheduled_or_manual.yml
@@ -70,7 +70,7 @@ jobs:
70
python -m pip install -r requirements_dev.txt
71
- name: Install SimpleITK from test PyPi from manually launched workflow
72
if: ${{ inputs.testPyPi }}
73
- run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
+ run: pip install --upgrade --index-url https://test.pypi.org/simple/ SimpleITK
74
- name: Download data
75
if: steps.cache.outputs.cache-hit != 'true'
76
run: python Utilities/downloaddata.py Data/ Data/manifest.json
0 commit comments