Skip to content

Commit

Permalink
Put zlib back
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Oct 20, 2024
1 parent 827e184 commit b0a1b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/python_sdist/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test-command = "pytest -vv --durations=100 ${CANTERA_TEST_DIR}/test/python"

[tool.cibuildwheel.windows]
before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair --add-path %HDF5_LIB_DIR% -w {dest_dir} {wheel}"
repair-wheel-command = "delvewheel repair --add-path %HDF5_LIB_DIR%;%ZLIB_LIB_DIR% -w {dest_dir} {wheel}"
test-command = "pytest -vv --durations=100 %CANTERA_TEST_DIR%\\test\\python"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit b0a1b62

Please sign in to comment.