File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ permissions:
1919
2020jobs :
2121 generate-matrix :
22- uses : alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@arm64_enablement
22+ uses : alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@winarm64_wheels
2323 with :
2424 package-type : wheel
2525 os : windows-arm64
2626 test-infra-repository : alinpahontu2912/test-infra
27- test-infra-ref : arm64_enablement
27+ test-infra-ref : winarm64_wheels
2828 with-cuda : disable
2929
3030 build :
@@ -38,12 +38,12 @@ jobs:
3838 package-name : torchvision
3939 architecture : arm64
4040 name : ${{ matrix.repository }}
41- uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windoarm64_enablementws_test
41+ uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@winarm64_wheels
4242 with :
4343 repository : ${{ matrix.repository }}
4444 ref : " "
4545 test-infra-repository : alinpahontu2912/test-infra
46- test-infra-ref : arm64_enablement
46+ test-infra-ref : winarm64_wheels
4747 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4848 package-name : ${{ matrix.package-name }}
4949 smoke-test-script : ${{ matrix.smoke-test-script }}
You can’t perform that action at this time.
0 commit comments