Skip to content

Commit e8b5f28

Browse files
committed
Merge branch 'master' of github.com:pytorch/vision into cm/adjust_hue_tensor
2 parents 38f33e7 + 02f46a5 commit e8b5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
# Useful for debugging any issues with conda
2323
- conda info -a
2424

25-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch-nightly
25+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION cpuonly pytorch scipy -c pytorch-nightly
2626
- source activate test-environment
2727
- |
2828
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then

0 commit comments

Comments
 (0)