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

Commit 0fcb632

Browse files
committed
test(windows): force the branch to run wf
1 parent 30fc237 commit 0fcb632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Build and test kernel - Windows"
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, build-and-release-ci-win]
55
pull_request:
66
branches: [main]
77
types: [opened, synchronize, reopened] # trigger on PRs
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'pip'
5959

6060
- name: Install PyTorch
61-
run: pip install torch --index-url https://download.pytorch.org/whl/cu129
61+
run: pip install torch --index-url https://download.pytorch.org/whl/${{ matrix.torch.wheel }}
6262

6363
- name: Build activation kernel
6464
run: ( scripts\windows\builder.ps1 -SourceFolder examples/activation -BuildConfig Release -Backend cuda -Build -Force )

0 commit comments

Comments
 (0)