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 9fdc69e commit c6db743Copy full SHA for c6db743
.github/workflows/build_wheel_windows_x64_test.yml
@@ -37,8 +37,9 @@ jobs:
37
- repository: pytorch/vision
38
smoke-test-script: test/smoke_test.py
39
package-name: torchvision
40
+ channel: "nightly"
41
python-version: ["3.12"]
- architecture: 'arm64'
42
+ architecture: ['arm64', x64]
43
name: ${{ matrix.repository }}
44
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
45
with:
0 commit comments