File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,12 @@ permissions:
6060
6161jobs :
6262 trigger-test-infra :
63- runs-on : windows-11-arm64
64- steps :
65- - name : Trigger test-infra script
66- uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
67- with :
68- python_version : ${{ inputs.python_version || 'Python312' }}
69- msvc_version : ${{ inputs.msvc_version || 'latest' }}
70- build_type : ${{ inputs.build_type || 'Release' }}
71- repository_name : ${{ inputs.repository_name || 'pytorch/vision' }}
72- repository_branch : ${{ inputs.repository_branch || 'main' }}
73- build_version : ${{ inputs.build_version || '' }}
63+ uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
64+ with :
65+ repository_name : ${{ inputs.repository_name }}
66+ repository_branch : ${{ inputs.repository_branch }}
67+ python_version : ${{ inputs.python_version || 'Python312' }}
68+ msvc_version : ${{ inputs.msvc_version || 'latest' }}
69+ pytorch_build_run_id : ${{ inputs.pytorch_build_run_id || '13589031393' }}
70+ build_type : ${{ inputs.build_type || 'Release' }}
71+ build_version : ${{ inputs.build_version }}
You can’t perform that action at this time.
0 commit comments