We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57449d commit bc677a1Copy full SHA for bc677a1
ci_build/azure_pipelines/templates/setup.yml
@@ -31,7 +31,7 @@ steps:
31
pip uninstall -y onnxruntime
32
# install numpy upfront since it is not on https://test.pypi.org/simple/
33
pip install 'numpy>=1.18'
34
- pip install --index-url https://test.pypi.org/simple/ ort-nightly
+ pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly
35
fi
36
37
if [[ $CI_SKIP_TFJS_TESTS == "False" ]] ;
0 commit comments