File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 type : choice
1818 options :
1919 - Release
20- # - Debug not available
2120 default : Release
2221 repository_name :
2322 description : Torchvision repository (username/repo)
2928 required : false
3029 type : string
3130 default : main
32-
31+
3332permissions :
3433 id-token : write
3534 contents : read
@@ -38,12 +37,13 @@ jobs:
3837 trigger-test-infra :
3938 strategy :
4039 matrix :
41- python_version : ["3.12"] # only one for now
40+ python_version : ["3.12"]
4241 runs-on : " windows-latest"
43- uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
44- name : Trigger Test Infra workflow
45- with :
46- python_version : ${{ matrix.python_version }}
47- build_type : ${{ inputs.build_type }}
48- repository_name : ${{ inputs.repository_name }}
49- repository_branch : ${{ inputs.repository_branch }}
42+ steps :
43+ - name : Trigger Test Infra workflow
44+ uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
45+ with :
46+ python_version : ${{ matrix.python_version }}
47+ build_type : ${{ inputs.build_type }}
48+ repository_name : ${{ inputs.repository_name }}
49+ repository_branch : ${{ inputs.repository_branch }}
You can’t perform that action at this time.
0 commit comments