Skip to content

Commit c4d4d9d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)