Skip to content

Commit 506f920

Browse files
committed
correct package
1 parent 2e1220f commit 506f920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: pypa/cibuildwheel@v2.23.0
8787
env:
8888
CIBW_BUILD: ${{ matrix.build }}
89-
CIBW_BEFORE_ALL_LINUX: yum install -y zlib-devel bzip2-devel lzma-devel netcdf-devel
89+
CIBW_BEFORE_ALL_LINUX: yum install -y zlib-devel bzip2-devel xz-devel netcdf-devel
9090
CIBW_BEFORE_ALL_MACOS: brew install netcdf
9191
CIBW_BEFORE_BUILD_MACOS: >
9292
ln -s $(dirname $(readlink -f $(which python3)))/python3-config $(dirname $(which python3))/python3-config &&

0 commit comments

Comments
 (0)