Skip to content

Commit eb3c984

Browse files
authored
Merge pull request #463 from blowekamp/fix_gha_test_pypi
Enable upgrade to SimpleITK version on test pypi
2 parents d63e60d + 30b23f9 commit eb3c984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled_or_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -m pip install -r requirements_dev.txt
7171
- name: Install SimpleITK from test PyPi from manually launched workflow
7272
if: ${{ inputs.testPyPi }}
73-
run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
73+
run: pip install --upgrade --index-url https://test.pypi.org/simple/ SimpleITK
7474
- name: Download data
7575
if: steps.cache.outputs.cache-hit != 'true'
7676
run: python Utilities/downloaddata.py Data/ Data/manifest.json

0 commit comments

Comments
 (0)