Skip to content

Commit c0c5577

Browse files
committed
Update CI to use PyTorch nightly
1 parent dc602a6 commit c0c5577

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
@@ -25,7 +25,7 @@ before_install:
2525
# Useful for debugging any issues with conda
2626
- conda info -a
2727

28-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
28+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch-nightly scipy -c pytorch
2929
- source activate test-environment
3030
- |
3131
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then

0 commit comments

Comments
 (0)