Skip to content

Commit 93475ea

Browse files
committed
fix org-nightly dependencies
1 parent 342270f commit 93475ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ steps:
1616
if [[ $CI_ONNXRUNTIME_NIGHTLY == "true" ]] ;
1717
then
1818
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'
1921
pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall
2022
fi
2123

0 commit comments

Comments
 (0)