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 ff6b77f commit e87bab4Copy full SHA for e87bab4
.github/workflows/build-wheels-windows.yml
@@ -21,14 +21,14 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
+ python-version: ["3.12"]
25
include:
26
- repository: pytorch/vision
27
smoke-test-script: test/smoke_test.py
28
package-name: torchvision
29
aarch: 'x64'
30
test-infra-repository: alinpahontu2912/test-infra
31
test-infra-ref: x64windows_test
- python-version: "3.12"
32
name: test new job
33
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
34
with:
0 commit comments