Skip to content

Commit 7e48a64

Browse files
committed
Add Windows build jobs to CI
1 parent 4196de2 commit 7e48a64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os:
21-
["ubuntu-22.04"] # "windows-2025" # Disabled until solution/workaround for NVTX is present
21+
["ubuntu-22.04", "windows-2025"]
2222
# "ubuntu-24.04" # Postponed as long as testing against CUDA 12.1, needs 12.6+
2323
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2424

@@ -55,9 +55,9 @@ jobs:
5555

5656
- name: Set up CUDA toolkit (Windows)
5757
if: runner.os == 'Windows'
58-
uses: Jimver/cuda-toolkit@master
58+
uses: Jimver/cuda-toolkit@v0.2.24 # https://github.com/Jimver/cuda-toolkit/issues/395
5959
with:
60-
cuda: "12.4.0"
60+
cuda: "12.8.0"
6161
method: "network"
6262

6363
- name: Install torch with CUDA support (Ubuntu)
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Install torch with CUDA support (Windows)
6868
if: runner.os == 'Windows'
69-
run: python -m pip install torch --index-url https://download.pytorch.org/whl/cu124
69+
run: python -m pip install torch --index-url https://download.pytorch.org/whl/cu128
7070

7171
- name: Install torchhull
7272
run: python -m pip install --editable ".[dev]"

0 commit comments

Comments
 (0)