Skip to content

Commit e1ca751

Browse files
test
1 parent 086c899 commit e1ca751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
test-infra-ref: x64windows_test
7171
test-infra-repository: alinpahontu2912/test-infra
7272
name: ${{ matrix.repository }}
73-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
73+
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
7474
with:
7575
repository: ${{ matrix.repository }}
7676
ref: ""
7777
test-infra-repository: ${{ matrix.test-infra-repository || 'pytorch/test-infra' }}
7878
test-infra-ref: ${{ matrix.test-infra-ref || 'main' }}
79-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
79+
build-matrix: ${{ needs.generate-matrix.outputs.matrix || '{}' }}
8080
pre-script: ${{ matrix.pre-script }}
8181
env-script: ${{ matrix.env-script }}
8282
post-script: ${{ matrix.post-script }}

0 commit comments

Comments
 (0)