Skip to content

Commit c732dfe

Browse files
authored
Re-enable one torchvision CUDA CI for tests (#2048)
* Re-enable one torchvision CUDA CI for tests * Try with CUDA 9.2
1 parent c1d4193 commit c732dfe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ workflows:
497497
name: binary_macos_conda_py3.8_cpu
498498
python_version: '3.8'
499499
wheel_docker_image: pytorch/manylinux-cuda102
500+
- binary_linux_conda_cuda:
501+
name: torchvision_linux_py3.6_cu92_cuda
502+
python_version: "3.6"
503+
cu_version: "cu92"
500504
- binary_win_conda:
501505
name: torchvision_win_py3.6_cpu
502506
python_version: "3.6"

.circleci/config.yml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ workflows:
299299
jobs:
300300
- circleci_consistency
301301
{{ workflows() }}
302+
- binary_linux_conda_cuda:
303+
name: torchvision_linux_py3.6_cu92_cuda
304+
python_version: "3.6"
305+
cu_version: "cu92"
302306
- binary_win_conda:
303307
name: torchvision_win_py3.6_cpu
304308
python_version: "3.6"

0 commit comments

Comments
 (0)