Skip to content

Commit 76832de

Browse files
Try gcompat
1 parent 9840f50 commit 76832de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-sdist-wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
apt_options: -o Acquire::Retries=3
66

77
CIBW_BUILD_VERBOSITY: 1
8-
CIBW_BUILD: 'cp*'
8+
CIBW_BUILD: '*musllinux*'
99
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-win32'
1010
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
1111
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
@@ -61,7 +61,9 @@ jobs:
6161
CIBW_BEFORE_TEST: |
6262
# there are no h5py wheels for musllinux
6363
# h5py needs hdf5-dev to compile from source
64+
apk update || true
6465
apk add --no-cache hdf5-dev 2>/dev/null || true
66+
apk add --no-cache gcompat || true
6567
pip install -r {project}/tests/requirement_tests.txt
6668
run: |
6769
# used by setup.py to decide if to set `FindHDF5` to use static hdf5 libraries

0 commit comments

Comments
 (0)