From 74f9eefa26c4377a5be21b5eea35f6c1aa00f62a Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 18 Mar 2024 08:01:42 +0000 Subject: [PATCH] init --- .github/workflows/test-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 84770c8ddf0..d2e13eddd63 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -51,7 +51,7 @@ jobs: tests-gpu: strategy: matrix: - python_version: ["3.8"] + python_version: ["3.10"] cuda_arch_version: ["12.1"] fail-fast: false uses: pytorch/test-infra/.github/workflows/linux_job.yml@main @@ -119,7 +119,7 @@ jobs: tests-optdeps: strategy: matrix: - python_version: ["3.9"] # "3.8", "3.9", "3.10", "3.11" + python_version: ["3.10"] # "3.8", "3.9", "3.10", "3.11" cuda_arch_version: ["12.1"] # "11.6", "11.7" fail-fast: false uses: pytorch/test-infra/.github/workflows/linux_job.yml@main @@ -156,7 +156,7 @@ jobs: tests-stable-gpu: strategy: matrix: - python_version: ["3.8"] # "3.8", "3.9", "3.10", "3.11" + python_version: ["3.10"] # "3.8", "3.9", "3.10", "3.11" cuda_arch_version: ["11.8"] # "11.6", "11.7" fail-fast: false uses: pytorch/test-infra/.github/workflows/linux_job.yml@main