Unverified Commit b0f88dff authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Make CI use PyTorch nightly (#1492)

parent b8ef5322
...@@ -39,9 +39,9 @@ binary_common: &binary_common ...@@ -39,9 +39,9 @@ binary_common: &binary_common
type: string type: string
default: "" default: ""
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use 1.3. Use empty string for nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "1.3" default: ""
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.7)" description: "Python version to build against (e.g., 3.7)"
......
...@@ -39,9 +39,9 @@ binary_common: &binary_common ...@@ -39,9 +39,9 @@ binary_common: &binary_common
type: string type: string
default: "" default: ""
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use 1.3. Use empty string for nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "1.3" default: ""
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.7)" description: "Python version to build against (e.g., 3.7)"
......
...@@ -42,7 +42,7 @@ before_install: ...@@ -42,7 +42,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 - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION 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