We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b28a7e commit 2f60af4Copy full SHA for 2f60af4
.github/workflows/build_wheel.yml
@@ -64,6 +64,7 @@ jobs:
64
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
65
# mac needs ninja to build
66
CIBW_BEFORE_BUILD_MACOS: brew install ninja
67
+ CIBW_BEFORE_BUILD_WINDOWS: $PSNativeCommandArgumentPassing = 'Legacy'
68
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
69
CIBW_ARCHS_LINUX: x86_64
70
CIBW_ARCHS_WINDOWS: AMD64
0 commit comments