We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6e76d commit ab4cc5eCopy full SHA for ab4cc5e
.github/workflows/build_wheel_windows_x64_test.yml
@@ -69,8 +69,8 @@ jobs:
69
trigger-test-infra:
70
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
71
with:
72
- repository_name: ${{ inputs.repository_name }}
73
- repository_branch: ${{ inputs.repository_branch }}
+ repository_name: ${{ inputs.repository_name || 'pytorch/vision' }}
+ repository_branch: ${{ inputs.repository_branch || 'main'}}
74
python_version: ${{ inputs.python_version || 'Python312' }}
75
msvc_version: ${{ inputs.msvc_version || 'latest' }}
76
# pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}
0 commit comments