We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e90a3b3 + e7acfec commit bc60b93Copy full SHA for bc60b93
.github/workflows/tests.yml
@@ -52,7 +52,8 @@ jobs:
52
python-version:
53
- "3.9"
54
- "3.10"
55
- - "3.11"
+ # TODO put back 3.11 (See blame)
56
+ # - "3.11"
57
- "3.12"
58
runner: ["macos-m1-stable"]
59
fail-fast: false
@@ -81,11 +82,12 @@ jobs:
81
82
83
runner: ["windows.4xlarge"]
84
gpu-arch-type: ["cpu"]
- include:
85
- - python-version: "3.9"
86
- runner: windows.g5.4xlarge.nvidia.gpu
87
- gpu-arch-type: cuda
88
- gpu-arch-version: "11.8"
+ # TODO: put GPU testing back
+ # include:
+ # - python-version: "3.9"
+ # runner: windows.g5.4xlarge.nvidia.gpu
89
+ # gpu-arch-type: cuda
90
+ # gpu-arch-version: "11.8"
91
92
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
93
permissions:
0 commit comments