File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ jobs:
3838 strategy :
3939 matrix :
4040 python_version : ["3.12"]
41- runs-on : " windows-latest"
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 }}
41+ uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
42+ name : Build Windows x64 Torchvision Wheel
43+ with :
44+ python_version : ${{ matrix.python_version }}
45+ build_type : ${{ inputs.build_type }}
46+ repository_name : ${{ inputs.repository_name }}
47+ repository_branch : ${{ inputs.repository_branch }}
You can’t perform that action at this time.
0 commit comments