Skip to content

Commit

Permalink
Update the url to install ORT nightly job. (#2029)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <jiz@microsoft.com>
  • Loading branch information
fatcat-z authored Aug 26, 2022
1 parent c57449d commit bc677a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/templates/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
pip uninstall -y onnxruntime
# install numpy upfront since it is not on https://test.pypi.org/simple/
pip install 'numpy>=1.18'
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
fi
if [[ $CI_SKIP_TFJS_TESTS == "False" ]] ;
Expand Down

0 comments on commit bc677a1

Please sign in to comment.