Skip to content

Commit 691c65b

Browse files
test
1 parent 6558c35 commit 691c65b

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,24 @@ jobs:
5454
trigger-event: ${{ github.event_name }}
5555

5656
build-x64-test:
57-
needs: generate-matrix
5857
strategy:
5958
fail-fast: false
6059
matrix:
6160
include:
62-
- repository: pytorch/vision
63-
smoke-test-script: test/smoke_test.py
64-
package-name: torchvision
65-
python-version: '3.12'
66-
aarch: 'x64'
61+
- repository: pytorch/vision
62+
smoke-test-script: test/smoke_test.py
63+
package-name: torchvision
64+
python-version: '3.12'
65+
aarch: 'x64'
6766
name: ${{ matrix.repository }}-x64-test
6867
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
6968
with:
70-
repository: ${{ matrix.repository }}
71-
ref: ""
72-
test-infra-repository: alinpahontu2912/test-infra
73-
test-infra-ref: x64windows_test
74-
package-name: ${{ matrix.package-name }}
75-
smoke-test-script: ${{ matrix.smoke-test-script }}
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+
python-version: ${{ matrix.python-version }}
76+
aarch: ${{ matrix.aarch }}
77+

0 commit comments

Comments
 (0)