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 b5fc66d commit ff6b77fCopy full SHA for ff6b77f
.github/workflows/build-wheels-windows.yml
@@ -38,7 +38,7 @@ jobs:
38
package-name: ${{ matrix.package-name }}
39
smoke-test-script: ${{ matrix.smoke-test-script }}
40
aarch: ${{ matrix.aarch }}
41
- matrix: ${{ toJson(matrix) }}
+ build-matrix: ${{ toJson(matrix) }}
42
43
generate-matrix:
44
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
0 commit comments