Skip to content

Commit bc677a1

Browse files
authored
Update the url to install ORT nightly job. (#2029)
Signed-off-by: Jay Zhang <[email protected]>
1 parent c57449d commit bc677a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
pip uninstall -y onnxruntime
3232
# install numpy upfront since it is not on https://test.pypi.org/simple/
3333
pip install 'numpy>=1.18'
34-
pip install --index-url https://test.pypi.org/simple/ ort-nightly
34+
pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly
3535
fi
3636
3737
if [[ $CI_SKIP_TFJS_TESTS == "False" ]] ;

0 commit comments

Comments
 (0)