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