Skip to content

Commit b19defb

Browse files
change repo for generate-matrix
1 parent e268d8d commit b19defb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ jobs:
3838
smoke-test-script: ${{ matrix.smoke-test-script }}
3939

4040
generate-matrix:
41-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
41+
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
4242
with:
4343
package-type: wheel
4444
os: windows
45-
test-infra-repository: pytorch/test-infra
46-
test-infra-ref: main
45+
test-infra-repository: alinpahontu2912/test-infra
46+
test-infra-ref: x64windows_test
4747
with-xpu: enable
48+
4849
build:
4950
needs: generate-matrix
5051
strategy:

0 commit comments

Comments
 (0)