Skip to content

Commit 82277f0

Browse files
test
1 parent 48a8bf3 commit 82277f0

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

.github/workflows/build-wheels-windows.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@ permissions:
1818
contents: read
1919

2020
jobs:
21+
build-x64-test:
22+
strategy:
23+
fail-fast: false
24+
matrix:
25+
include:
26+
- repository: pytorch/vision
27+
smoke-test-script: test/smoke_test.py
28+
package-name: torchvision
29+
python-version: '3.12'
30+
aarch: 'x64'
31+
name: ${{ matrix.repository }}-x64-test
32+
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
33+
with:
34+
repository: ${{ matrix.repository }}
35+
ref: ""
36+
test-infra-repository: alinpahontu2912/test-infra
37+
test-infra-ref: x64windows_test
38+
package-name: ${{ matrix.package-name }}
39+
smoke-test-script: ${{ matrix.smoke-test-script }}
40+
aarch: ${{ matrix.aarch }}
41+
2142
generate-matrix:
2243
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2344
with:
@@ -52,25 +73,3 @@ jobs:
5273
package-name: ${{ matrix.package-name }}
5374
smoke-test-script: ${{ matrix.smoke-test-script }}
5475
trigger-event: ${{ github.event_name }}
55-
56-
build-x64-test:
57-
strategy:
58-
fail-fast: false
59-
matrix:
60-
include:
61-
- repository: pytorch/vision
62-
smoke-test-script: test/smoke_test.py
63-
package-name: torchvision
64-
python-version: '3.12'
65-
aarch: 'x64'
66-
name: ${{ matrix.repository }}-x64-test
67-
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
68-
with:
69-
repository: ${{ matrix.repository }}
70-
ref: ""
71-
test-infra-repository: alinpahontu2912/test-infra
72-
test-infra-ref: x64windows_test
73-
package-name: ${{ matrix.package-name }}
74-
smoke-test-script: ${{ matrix.smoke-test-script }}
75-
aarch: ${{ matrix.aarch }}
76-

0 commit comments

Comments
 (0)