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 93475ea commit b276f19Copy full SHA for b276f19
ci_build/azure_pipelines/templates/setup.yml
@@ -17,7 +17,7 @@ steps:
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'
+ pip install 'numpy>=1.18'
21
pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall
22
fi
23
0 commit comments