Skip to content

Commit a7d188e

Browse files
committed
try this
1 parent 7134ed9 commit a7d188e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
runner: H100
241241
- host-platform: win-64
242242
python-version: "3.12"
243-
cuda-version: ["12.8.0", "11.8.0"]
244-
local-ctk: [0, 1]
243+
cuda-version: "12.8.0"
244+
local-ctk: 0
245245
runner: default
246246
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ (matrix.local-ctk == '1' && 'local CTK') || 'CTK wheels' }})
247247
if: ${{ github.repository_owner == 'nvidia' }}

0 commit comments

Comments
 (0)