Skip to content

Commit 7c0913f

Browse files
committed
adding generate matrix
1 parent 1952572 commit 7c0913f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ on:
1414
workflow_dispatch:
1515

1616
jobs:
17+
generate-matrix:
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
19+
with:
20+
package-type: wheel
21+
os: windows
22+
test-infra-repository: pytorch/test-infra
23+
test-infra-ref: main
1724
build:
1825
needs: generate-matrix
1926
strategy:

0 commit comments

Comments
 (0)