Skip to content

Commit

Permalink
Update CI to use PyTorch nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassa committed Apr 15, 2019
1 parent dc602a6 commit c0c5577
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 @@ -25,7 +25,7 @@ before_install:
# Useful for debugging any issues with conda
- conda info -a

- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch-nightly scipy -c pytorch
- source activate test-environment
- |
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
Expand Down

0 comments on commit c0c5577

Please sign in to comment.