Skip to content

Commit c123e9b

Browse files
committed
try fix windows
1 parent 6de9a95 commit c123e9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
5858
CIBW_BEFORE_ALL_LINUX: |
5959
bash {project}/cibw-scripts/before_all_linux.sh {project}
60-
CIBW_ENVIRONMENT_WINDOWS: >
61-
MESON_ARGS="-Dodrpack95:blas=refblas"
60+
# CIBW_ENVIRONMENT_WINDOWS: >
61+
# MESON_ARGS="-Dodrpack95:blas=refblas"
6262
CIBW_BEFORE_ALL_WINDOWS: |
6363
bash {project}/cibw-scripts/before_all_windows.sh
6464
CIBW_BEFORE_BUILD_WINDOWS: |

0 commit comments

Comments
 (0)