Skip to content

Commit c6db743

Browse files
test aarchs list
1 parent 9fdc69e commit c6db743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheel_windows_x64_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- repository: pytorch/vision
3838
smoke-test-script: test/smoke_test.py
3939
package-name: torchvision
40+
channel: "nightly"
4041
python-version: ["3.12"]
41-
architecture: 'arm64'
42+
architecture: ['arm64', x64]
4243
name: ${{ matrix.repository }}
4344
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
4445
with:

0 commit comments

Comments
 (0)