Skip to content

Commit 009ea8a

Browse files
Try to fix Windows build workflow
1 parent 4274bb5 commit 009ea8a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v4
7979
# Windows: We install Cuda on the agent (slow)
80-
- uses: Jimver/cuda-toolkit@433d453c1fa37d10a3254452fa8e284441c9192d # v0.2.27
80+
#- uses: Jimver/cuda-toolkit@433d453c1fa37d10a3254452fa8e284441c9192d # v0.2.27
81+
- uses: N-Storm/cuda-toolkit@d68ba29a800229200a2c3f572f9e816d7f67cdb4 # v0.2.24m
8182
if: startsWith(matrix.os, 'windows')
8283
id: cuda-toolkit
8384
with:

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build-cuda:
5050
strategy:
5151
matrix:
52-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"]
52+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1", "13.0.1"]
5353
os: [ubuntu-22.04, ubuntu-22.04-arm]
5454
include:
5555
- os: ubuntu-22.04
@@ -343,7 +343,7 @@ jobs:
343343
os: [ubuntu-22.04, windows-2025]
344344
arch: [x86_64]
345345
gpu: [T4, L40S]
346-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"]
346+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1", "13.0.1"]
347347
include:
348348
- cuda_version: "11.8.0"
349349
torch_version: "2.3.1"
@@ -357,6 +357,9 @@ jobs:
357357
- cuda_version: "12.9.1"
358358
torch_version: "2.8.0"
359359
pypi_index: "https://download.pytorch.org/whl/cu129"
360+
- cuda_version: "13.0.1"
361+
torch_version: "2.9.0"
362+
pypi_index: "https://download.pytorch.org/whl/test/cu130"
360363

361364

362365
# Linux L40S runners
@@ -395,6 +398,8 @@ jobs:
395398
exclude:
396399
# Our current T4 Windows runner has a driver too old (471.11)
397400
# and cannot support CUDA 12+. Skip for now.
401+
- os: windows-2025
402+
cuda_version: "13.0.1"
398403
- os: windows-2025
399404
cuda_version: "12.9.1"
400405
- os: windows-2025

0 commit comments

Comments
 (0)