File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments