Skip to content

Commit 0aa0e89

Browse files
committed
fix org-nightly dependencies
1 parent 005e419 commit 0aa0e89

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
@@ -18,7 +18,7 @@ steps:
1818
pip uninstall -y onnxruntime
1919
# install numpy upfront since it is not on https://test.pypi.org/simple/
2020
pip install 'numpy>=1.18'
21-
pip install --index-url https://test.pypi.org/simple/ ort-nightly --force-reinstall --no-deps
21+
pip install --index-url https://test.pypi.org/simple/ ort-nightly
2222
fi
2323
2424
python setup.py install

0 commit comments

Comments
 (0)