Skip to content

Commit

Permalink
ci: fix linux wheels (#226)
Browse files Browse the repository at this point in the history
* ci: test linux wheels

* ci: change to apt

* ci: use yum

* ci: whoops

* ci: undo testing during pr

* ci: use -y for yum

* ci: on pr

* ci: fix

* ci: try override

* ci: undo changes to pypi
  • Loading branch information
tlambert03 authored Aug 12, 2023
1 parent 7ffbd94 commit c9f746d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ test-extras = ["test"]
test-command = "pytest {project}/tests -v"
test-skip = "*-musllinux*"

[[tool.cibuildwheel.overrides]]
select = "*-manylinux_i686*"
before-all = "yum install -y python3-devel"

[tool.cibuildwheel.environment]
HATCH_BUILD_HOOKS_ENABLE = "1"

Expand Down

0 comments on commit c9f746d

Please sign in to comment.