Skip to content

Commit

Permalink
Installs the torchvision wheel on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h committed May 30, 2019
1 parent a9caea7 commit aa57aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:

install:
- python -m pip install https://download.pytorch.org/whl/cpu/torch-1.1.0-cp36-cp36m-linux_x86_64.whl
- python -m pip install https://download.pytorch.org/whl/cpu/torchvision-0.3.0-cp36-cp36m-linux_x86_64.whl
- python -m pip install -r deps/requirements-lock.txt --quiet

script:
Expand Down

0 comments on commit aa57aaa

Please sign in to comment.