Skip to content

Commit 46bd8c4

Browse files
committed
ci: try to make cibuildwheel pass
1 parent 248b5cb commit 46bd8c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@ build-dir = "build/{wheel_tag}"
115115

116116
# Build stable ABI wheels for CPython 3.10+
117117
wheel.py-api = "cp310"
118+
119+
[tool.cibuildwheel]
120+
before-all = "yum install -y boost-devel || apt-get update && apt-get install -y libboost-all-dev || apk add boost-dev"

0 commit comments

Comments
 (0)