Skip to content

Commit 6195228

Browse files
committed
Add Windows build jobs to CI
1 parent e686d70 commit 6195228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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

@@ -57,7 +57,7 @@ jobs:
5757
if: runner.os == 'Windows'
5858
uses: Jimver/cuda-toolkit@master
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)