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.
1 parent 342270f commit 93475eaCopy full SHA for 93475ea
ci_build/azure_pipelines/templates/setup.yml
@@ -16,6 +16,8 @@ steps:
16
if [[ $CI_ONNXRUNTIME_NIGHTLY == "true" ]] ;
17
then
18
pip uninstall -y onnxruntime
19
+ # install numpy upfront since it is not on https://test.pypi.org/simple/
20
+ pip install -y 'numpy>=1.18'
21
pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall
22
fi
23
0 commit comments