Skip to content

Commit 818144b

Browse files
Skip unit tests on Windows for CUDA 12.x (driver on runner is too old)
1 parent fb85e9c commit 818144b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ jobs:
134134
- cuda_version: "12.8.1"
135135
torch_version: "2.7.0"
136136
pypi_index: "https://download.pytorch.org/whl/cu128"
137+
exclude:
138+
# Our current T4 Windows runner has a driver too old (471.11)
139+
# and cannot support CUDA 12+. Skip for now.
140+
- os: windows-2025
141+
cuda_version: "12.8.1"
137142
runs-on:
138143
labels: ${{ contains(matrix.os, 'windows') && 'CUDA-Windows-x64' || 'CUDA-Linux-x64' }}
139144
env:

0 commit comments

Comments
 (0)