Skip to content

Commit 02f46a5

Browse files
authored
Replaced pytorch cuda by cpu installation (#2640)
1 parent ca3d193 commit 02f46a5

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)