Skip to content

Commit a29faf5

Browse files
committed
Fix windows wheel builds
1 parent 7c0913f commit a29faf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
test-infra-ref: main
4343
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4444
pre-script: ${{ matrix.pre-script }}
45+
env-script: ${{ matrix.env-script }}
4546
post-script: ${{ matrix.post-script }}
4647
package-name: ${{ matrix.package-name }}
4748
smoke-test-script: ${{ matrix.smoke-test-script }}

0 commit comments

Comments
 (0)