Skip to content

Commit b276f19

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
then
1818
pip uninstall -y onnxruntime
1919
# install numpy upfront since it is not on https://test.pypi.org/simple/
20-
pip install -y 'numpy>=1.18'
20+
pip install 'numpy>=1.18'
2121
pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall
2222
fi
2323

0 commit comments

Comments
 (0)