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 5b0322f commit b825844Copy full SHA for b825844
.github/workflows/build_wheel_windows_x64_test.yml
@@ -17,7 +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
@@ -46,6 +46,7 @@ jobs:
46
ref: ""
47
test-infra-repository: alinpahontu2912/test-infra
48
test-infra-ref: x64windows_test
49
+ pre-script: ${{ matrix.pre-script }}
50
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
51
package-name: ${{ matrix.package-name }}
52
smoke-test-script: ${{ matrix.smoke-test-script }}
0 commit comments