Skip to content

Commit 63bada0

Browse files
test list of python versions
1 parent bd5bb08 commit 63bada0

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
@@ -17,6 +17,7 @@ permissions:
1717
id-token: write
1818
contents: read
1919

20+
2021
jobs:
2122
generate-matrix:
2223
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -37,7 +38,7 @@ jobs:
3738
smoke-test-script: test/smoke_test.py
3839
package-name: torchvision
3940
channel: "nightly"
40-
python-version: ["3.12"]
41+
python-version: ["3.12", "3.11"]
4142
architecture: "arm64"
4243
name: ${{ matrix.repository }}
4344
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test

0 commit comments

Comments
 (0)