Skip to content

Commit

Permalink
Merge pull request #463 from blowekamp/fix_gha_test_pypi
Browse files Browse the repository at this point in the history
Enable upgrade to SimpleITK version on test pypi
  • Loading branch information
blowekamp authored Jan 10, 2025
2 parents d63e60d + 30b23f9 commit eb3c984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_or_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
python -m pip install -r requirements_dev.txt
- name: Install SimpleITK from test PyPi from manually launched workflow
if: ${{ inputs.testPyPi }}
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
- name: Download data
if: steps.cache.outputs.cache-hit != 'true'
run: python Utilities/downloaddata.py Data/ Data/manifest.json
Expand Down

0 comments on commit eb3c984

Please sign in to comment.