File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- python-version : ['3.12']
2524 include :
2625 - repository : pytorch/vision
2726 smoke-test-script : test/smoke_test.py
2827 package-name : torchvision
2928 aarch : ' x64'
3029 test-infra-repository : alinpahontu2912/test-infra
3130 test-infra-ref : x64windows_test
31+ python-version : " 3.12"
3232 name : test new job
3333 uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
3434 with :
@@ -38,14 +38,15 @@ jobs:
3838 package-name : ${{ matrix.package-name }}
3939 smoke-test-script : ${{ matrix.smoke-test-script }}
4040 aarch : ${{ matrix.aarch }}
41+ matrix : ${{ toJson(matrix) }}
4142
4243 generate-matrix :
4344 uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
4445 with :
4546 package-type : wheel
4647 os : windows
47- test-infra-repository : pytorch /test-infra
48- test-infra-ref : main
48+ test-infra-repository : alinpahontu2912 /test-infra
49+ test-infra-ref : x64windows_test
4950 with-xpu : enable
5051 build :
5152 needs : generate-matrix
You can’t perform that action at this time.
0 commit comments