Skip to content

Commit 6dd661a

Browse files
test
1 parent 51844d9 commit 6dd661a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
smoke-test-script: test/smoke_test.py
6464
package-name: torchvision
6565
python-version: '3.12'
66+
aarch: 'x64'
6667
name: ${{ matrix.repository }}-x64-test
6768
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
6869
with:
@@ -72,4 +73,5 @@ jobs:
7273
test-infra-ref: x64windows_test
7374
package-name: ${{ matrix.package-name }}
7475
smoke-test-script: ${{ matrix.smoke-test-script }}
75-
aarch: 'x64'
76+
aarch: ${{ matrix.aarch }}
77+
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)