Skip to content

Commit b714712

Browse files
test
1 parent ef413b4 commit b714712

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build_wheel_windows_x64_test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
type: choice
1818
options:
1919
- Release
20-
# - Debug not available
2120
default: Release
2221
repository_name:
2322
description: Torchvision repository (username/repo)
@@ -29,7 +28,7 @@ on:
2928
required: false
3029
type: string
3130
default: main
32-
31+
3332
permissions:
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 }}

0 commit comments

Comments
 (0)