Skip to content

Commit

Permalink
ci: fix several issues with config
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Aug 9, 2024
1 parent 7c36b6e commit c64e765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test-command = "pytest --benchmark-disable {project}/tests"
test-skip = [
"pp310-*",
"*universal2:arm64",
"cp38-macosx_*:arm64",
"cp38-macosx_arm64",
"cp*-*musllinux*", # segfault
]
skip = [
Expand All @@ -186,7 +186,7 @@ environment.LDFLAGS = "-fexceptions"
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

[[tool.cibuildwheel.overrides]]
select = "cp313*-"
select = "cp313*"
inherit.environment = "append"
before-test = "uv pip install --index-url=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --prerelease=allow numpy"

Expand Down

0 comments on commit c64e765

Please sign in to comment.