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

Re-enable one torchvision CUDA CI for tests (#2048)

* Re-enable one torchvision CUDA CI for tests

* Try with CUDA 9.2
parent c1d41938
...@@ -497,6 +497,10 @@ workflows: ...@@ -497,6 +497,10 @@ workflows:
name: binary_macos_conda_py3.8_cpu name: binary_macos_conda_py3.8_cpu
python_version: '3.8' python_version: '3.8'
wheel_docker_image: pytorch/manylinux-cuda102 wheel_docker_image: pytorch/manylinux-cuda102
- binary_linux_conda_cuda:
name: torchvision_linux_py3.6_cu92_cuda
python_version: "3.6"
cu_version: "cu92"
- binary_win_conda: - binary_win_conda:
name: torchvision_win_py3.6_cpu name: torchvision_win_py3.6_cpu
python_version: "3.6" python_version: "3.6"
......
...@@ -299,6 +299,10 @@ workflows: ...@@ -299,6 +299,10 @@ workflows:
jobs: jobs:
- circleci_consistency - circleci_consistency
{{ workflows() }} {{ workflows() }}
- binary_linux_conda_cuda:
name: torchvision_linux_py3.6_cu92_cuda
python_version: "3.6"
cu_version: "cu92"
- binary_win_conda: - binary_win_conda:
name: torchvision_win_py3.6_cpu name: torchvision_win_py3.6_cpu
python_version: "3.6" python_version: "3.6"
......
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