File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
2828 package-name : torchvision
2929 python-version : ' 3.12'
3030 aarch : ' x64'
31- name : ${{ matrix.repository }}-x64-test
31+ name : test new workflow
3232 uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
3333 with :
34- repository : ${{ matrix.repository }}
34+ repository : pytorch/vision
3535 ref : " "
3636 test-infra-repository : alinpahontu2912/test-infra
3737 test-infra-ref : x64windows_test
38- package-name : ${{ matrix.package-name }}
39- smoke-test-script : ${{ matrix.smoke- test-script }}
40- aarch : ${{ matrix.aarch }}
38+ package-name : torchvision
39+ smoke-test-script : test/smoke_test.py
40+ aarch : ' x64 '
4141
4242 generate-matrix :
4343 uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
You can’t perform that action at this time.
0 commit comments