Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit ea79e6b

Browse files
committed
test(windows): missing coma
1 parent 21e4346 commit ea79e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python: [ 3.12 ]
1616
torch: [
1717
{ version: '2.9.1', cuda: '12.6.3', wheel: '126' },
18-
{ version: '2.9.1', cuda: '12.8.1', wheel: '128' }
18+
{ version: '2.9.1', cuda: '12.8.1', wheel: '128' },
1919
{ version: '2.9.1', cuda: '13.0.1', wheel: '130' }
2020
]
2121

0 commit comments

Comments
 (0)