Skip to content

Commit 3b5c895

Browse files
authored
Update build-wheels-windows.yml
1 parent f7b1cfa commit 3b5c895

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-wheels-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build Windows Wheels
22

33
on:
44
pull_request:
5+
paths:
6+
- .github/workflows/build-wheels-windows.yml
57
push:
68
branches:
79
- nightly
@@ -19,7 +21,7 @@ permissions:
1921

2022
jobs:
2123
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
24+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@test-ninja-build
2325
with:
2426
package-type: wheel
2527
os: windows
@@ -39,7 +41,7 @@ jobs:
3941
smoke-test-script: test/smoke_test.py
4042
package-name: torchvision
4143
name: ${{ matrix.repository }}
42-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
44+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@test-ninja-build
4345
with:
4446
repository: ${{ matrix.repository }}
4547
ref: ""

0 commit comments

Comments
 (0)