Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
1adrianb committed Jan 18, 2020
1 parent 5ca46a3 commit 34d2b37
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 @@ -27,7 +27,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- travis_retry pip install --upgrade pip setuptools wheel
- conda install pytorch-cpu torchvision-cpu -c pytorch
- conda install pytorch torchvision cpuonly -c pytorch
- python setup.py install
- pip install --upgrade pytest

Expand Down

0 comments on commit 34d2b37

Please sign in to comment.