Skip to content

Commit

Permalink
Be sure to update conda first
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Apr 12, 2018
1 parent bdcdcdb commit 5568389
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 @@ -18,7 +18,7 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
#- conda update -q conda
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment -c pytorch python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.18 cython pytorch=0.3.1 torchvision
Expand Down

0 comments on commit 5568389

Please sign in to comment.