Skip to content

Commit

Permalink
Naive ort update to fix Travis CI failure (pytorch#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored and bryant1410 committed Nov 22, 2020
1 parent d19d83c commit a61ff6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_install:
- |
if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
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
- conda install av -c conda-forge

Expand Down

0 comments on commit a61ff6b

Please sign in to comment.