We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51844d9 commit 6dd661aCopy full SHA for 6dd661a
.github/workflows/build-wheels-windows.yml
@@ -63,6 +63,7 @@ jobs:
63
smoke-test-script: test/smoke_test.py
64
package-name: torchvision
65
python-version: '3.12'
66
+ aarch: 'x64'
67
name: ${{ matrix.repository }}-x64-test
68
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
69
with:
@@ -72,4 +73,5 @@ jobs:
72
73
test-infra-ref: x64windows_test
74
package-name: ${{ matrix.package-name }}
75
smoke-test-script: ${{ matrix.smoke-test-script }}
- aarch: 'x64'
76
+ aarch: ${{ matrix.aarch }}
77
+ python-version: ${{ matrix.python-version }}
0 commit comments