We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de9a95 commit c123e9bCopy full SHA for c123e9b
1 file changed
.github/workflows/build-wheels.yml
@@ -57,8 +57,8 @@ jobs:
57
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
58
CIBW_BEFORE_ALL_LINUX: |
59
bash {project}/cibw-scripts/before_all_linux.sh {project}
60
- CIBW_ENVIRONMENT_WINDOWS: >
61
- MESON_ARGS="-Dodrpack95:blas=refblas"
+ # CIBW_ENVIRONMENT_WINDOWS: >
+ # MESON_ARGS="-Dodrpack95:blas=refblas"
62
CIBW_BEFORE_ALL_WINDOWS: |
63
bash {project}/cibw-scripts/before_all_windows.sh
64
CIBW_BEFORE_BUILD_WINDOWS: |
0 commit comments