File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 - ' latest'
2929 - ' 14.40'
3030 - ' 14.36'
31- pytorch_build_run_id :
32- description : " PyTorch build run id for downloading the wheel artifact (number at the end of build run URL)"
33- required : true
34- default : " 13589031393"
35- type : string
31+ # pytorch_build_run_id:
32+ # description: "PyTorch build run id for downloading the wheel artifact (number at the end of build run URL)"
33+ # required: true
34+ # default: "13589031393"
35+ # type: string
3636 pytorch_build_artifact_name :
3737 description : " Artifact name of PyTorch build run"
3838 required : true
@@ -67,12 +67,12 @@ permissions:
6767
6868jobs :
6969 trigger-test-infra :
70- uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64 .yml@winarm64_wheels
70+ uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test .yml@x64windows_test
7171 with :
7272 repository_name : ${{ inputs.repository_name }}
7373 repository_branch : ${{ inputs.repository_branch }}
7474 python_version : ${{ inputs.python_version || 'Python312' }}
7575 msvc_version : ${{ inputs.msvc_version || 'latest' }}
76- pytorch_build_run_id : ${{ inputs.pytorch_build_run_id || '13589031393' }}
76+ # pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}
7777 build_type : ${{ inputs.build_type || 'Release' }}
7878 build_version : ${{ inputs.build_version }}
You can’t perform that action at this time.
0 commit comments