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

Commit b2656a6

Browse files
committed
test(windows): missing cu prefix in pytorch index-url
1 parent b1b5f64 commit b2656a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_kernel_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache: 'pip'
5858

5959
- name: Install PyTorch
60-
run: pip install torch --index-url https://download.pytorch.org/whl/${{ matrix.torch.wheel }}
60+
run: pip install torch --index-url https://download.pytorch.org/whl/cu${{ matrix.torch.wheel }}
6161

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

0 commit comments

Comments
 (0)