Skip to content

Commit d3452f3

Browse files
committed
Enable usage of pre-releases for test pypi
1 parent 01ba1e2 commit d3452f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
jupyter nbextension enable --py --sys-prefix widgetsnbextension
8383
- name: Install SimpleITK from test PyPi from manually launched workflow
8484
if: ${{ inputs.testPyPi }}
85-
run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
85+
run: pip install --pre --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple SimpleITK
8686
- name: Download data
8787
if: steps.cache.outputs.cache-hit != 'true'
8888
run: python Utilities/downloaddata.py Data/ Data/manifest.json

0 commit comments

Comments
 (0)