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 e268d8d commit b19defbCopy full SHA for b19defb
.github/workflows/build-wheels-windows.yml
@@ -38,13 +38,14 @@ jobs:
38
smoke-test-script: ${{ matrix.smoke-test-script }}
39
40
generate-matrix:
41
- uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
+ uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
42
with:
43
package-type: wheel
44
os: windows
45
- test-infra-repository: pytorch/test-infra
46
- test-infra-ref: main
+ test-infra-repository: alinpahontu2912/test-infra
+ test-infra-ref: x64windows_test
47
with-xpu: enable
48
+
49
build:
50
needs: generate-matrix
51
strategy:
0 commit comments