Skip to content

Commit 56c7573

Browse files
fix inputs and add defaults
1 parent 15fb649 commit 56c7573

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build_wheel_windows_arm64.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
trigger-test-infra:
6363
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
6464
with:
65-
repository_name: ${{ inputs.repository_name }}
66-
repository_branch: ${{ inputs.repository_branch }}
6765
python_version: ${{ inputs.python_version || 'Python312' }}
68-
msvc_version: ${{ inputs.msvc_version || 'latest' }}
69-
pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}
66+
msvc_version: ${{ inputs.msvc_version || 'latest' }}
7067
build_type: ${{ inputs.build_type || 'Release' }}
71-
build_version: ${{ inputs.build_version }}
68+
repository_name: ${{ inputs.repository_name || 'pytorch/vision' }}
69+
repository_branch: ${{ inputs.repository_branch || 'main' }}
70+
build_version: ${{ inputs.build_version || '' }}

0 commit comments

Comments
 (0)