Skip to content

Commit 18b33fe

Browse files
author
Vincent Moens
authored
[Versioning] Use python 3.8 for GPU tests (#1577)
1 parent cbece6b commit 18b33fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-linux-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
tests:
2323
strategy:
2424
matrix:
25-
python_version: ["3.9"] # "3.8", "3.9", "3.10", "3.11"
26-
cuda_arch_version: ["12.1"] # "11.6", "11.7"
25+
python_version: ["3.8"]
26+
cuda_arch_version: ["12.1"]
2727
fail-fast: false
2828
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2929
with:

.github/workflows/test-linux-stable-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tests:
2323
strategy:
2424
matrix:
25-
python_version: ["3.9"] # "3.8", "3.9", "3.10", "3.11"
25+
python_version: ["3.8"] # "3.8", "3.9", "3.10", "3.11"
2626
cuda_arch_version: ["11.8"] # "11.6", "11.7"
2727
fail-fast: false
2828
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main

0 commit comments

Comments
 (0)