We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3d193 commit 02f46a5Copy full SHA for 02f46a5
.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