Unverified Commit 99bf4c09 authored by vfdev's avatar vfdev Committed by GitHub
Browse files

Naive ort update to fix Travis CI failure (#2844)

parent 0467c9d7
...@@ -34,7 +34,7 @@ before_install: ...@@ -34,7 +34,7 @@ before_install:
- | - |
if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
pip install -q --user typing-extensions==3.6.6 pip install -q --user typing-extensions==3.6.6
pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.4.0.dev202008122 pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.5.2.dev202010191
fi fi
- conda install av -c conda-forge - conda install av -c conda-forge
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment