Skip to content

Commit

Permalink
Enable usage of pre-releases for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Jul 7, 2023
1 parent 01ba1e2 commit 7e98db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
jupyter nbextension enable --py --sys-prefix widgetsnbextension
- 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 --pre --index-url https://test.pypi.org/simple/ --extra-index-url https://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 7e98db7

Please sign in to comment.