Skip to content

Commit 7778af8

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Deactivate Windows GPU unittest job (#8978)
Reviewed By: scotts Differential Revision: D77998635 fbshipit-source-id: de50032cdcc3fba88bab224b857de40a23b1c9fb
1 parent cdd84da commit 7778af8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ jobs:
8181
- "3.12"
8282
runner: ["windows.4xlarge"]
8383
gpu-arch-type: ["cpu"]
84-
include:
85-
- python-version: "3.9"
86-
runner: windows.g5.4xlarge.nvidia.gpu
87-
gpu-arch-type: cuda
88-
gpu-arch-version: "11.8"
84+
# TODO: put GPU testing back
85+
# include:
86+
# - python-version: "3.9"
87+
# runner: windows.g5.4xlarge.nvidia.gpu
88+
# gpu-arch-type: cuda
89+
# gpu-arch-version: "11.8"
8990
fail-fast: false
9091
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
9192
permissions:

0 commit comments

Comments
 (0)