We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38f33e7 + 02f46a5 commit e8b5f28Copy full SHA for e8b5f28
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
# Useful for debugging any issues with conda
23
- conda info -a
24
25
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch-nightly
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION cpuonly pytorch scipy -c pytorch-nightly
26
- source activate test-environment
27
- |
28
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
0 commit comments