Unverified Commit 02f46a57 authored by vfdev's avatar vfdev Committed by GitHub
Browse files

Replaced pytorch cuda by cpu installation (#2640)

parent ca3d1930
...@@ -22,7 +22,7 @@ before_install: ...@@ -22,7 +22,7 @@ before_install:
# Useful for debugging any issues with conda # Useful for debugging any issues with conda
- conda info -a - conda info -a
- 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
- source activate test-environment - source activate test-environment
- | - |
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment