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 bd5bb08 commit 63bada0Copy full SHA for 63bada0
.github/workflows/build_wheel_windows_x64_test.yml
@@ -17,6 +17,7 @@ permissions:
17
id-token: write
18
contents: read
19
20
+
21
jobs:
22
generate-matrix:
23
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -37,7 +38,7 @@ jobs:
37
38
smoke-test-script: test/smoke_test.py
39
package-name: torchvision
40
channel: "nightly"
- python-version: ["3.12"]
41
+ python-version: ["3.12", "3.11"]
42
architecture: "arm64"
43
name: ${{ matrix.repository }}
44
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
0 commit comments