Skip to content

Commit

Permalink
Update build-wheels-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Dec 16, 2024
1 parent f7b1cfa commit 3b5c895
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Windows Wheels

on:
pull_request:
paths:
- .github/workflows/build-wheels-windows.yml
push:
branches:
- nightly
Expand All @@ -19,7 +21,7 @@ permissions:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@test-ninja-build
with:
package-type: wheel
os: windows
Expand All @@ -39,7 +41,7 @@ jobs:
smoke-test-script: test/smoke_test.py
package-name: torchvision
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@test-ninja-build
with:
repository: ${{ matrix.repository }}
ref: ""
Expand Down

0 comments on commit 3b5c895

Please sign in to comment.