We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc602a6 commit c0c5577Copy full SHA for c0c5577
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
# Useful for debugging any issues with conda
26
- conda info -a
27
28
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch-nightly scipy -c pytorch
29
- source activate test-environment
30
- |
31
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
0 commit comments