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 b276f19 commit 005e419Copy full SHA for 005e419
ci_build/azure_pipelines/templates/setup.yml
@@ -18,7 +18,7 @@ steps:
18
pip uninstall -y onnxruntime
19
# install numpy upfront since it is not on https://test.pypi.org/simple/
20
pip install 'numpy>=1.18'
21
- pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall
+ pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall --no-deps
22
fi
23
24
python setup.py install
0 commit comments