Skip to content

Commit 7b6add6

Browse files
committed
Try to fix mac os wheel
install wheel, and disable some warnigns for blosc.
1 parent c4c08d9 commit 7b6add6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/wheel.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
CIBW_TEST_REQUIRES: pytest
1616
CIBW_SKIP: "*27* pp* *35*"
1717
CIBW_ENVIRONMENT: "DISABLE_NUMCODECS_AVX2=1"
18-
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.9 DISABLE_NUMCODECS_AVX2=1"
18+
CIBW_ENVIRONMENT_MACOS: 'MACOSX_DEPLOYMENT_TARGET=10.9 DISABLE_NUMCODECS_AVX2=1 CFLAGS="$CFLAGS -Wno-implicit-function-declaration"'
1919

2020
steps:
2121
- uses: actions/checkout@v1
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install cibuildwheel
3131
run: |
32-
python -m pip install cibuildwheel==1.3.0
32+
python -m pip install cibuildwheel==1.3.0 wheel
3333
3434
- name: Build wheel
3535
run: |

0 commit comments

Comments
 (0)