Skip to content

Commit

Permalink
chore: fix typo in cibuildwheel config
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Dec 6, 2024
1 parent 58bd8de commit c4dfe74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ test-command = "pytest -v --ignore={project}/tests/benchmarks {project}/tests"

[tool.cibuildwheel.linux]
environment = { PYTEST_CODSPEED_FORCE_EXTENSION_BUILD = "1", PYTEST_CODSPEED_FORCE_VALGRIND_TESTS = "1" }
archs = ["x86_64", "aarch64"]
manylinux-x86_64-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"
before-all = "yum -y install valgrind-devel || apk add --upgrad valgrind-dev"
container-engine = { name = "docker", disable-host-mount = true }
before-all = "yum -y install valgrind-devel"

[tool.mypy]
python_version = "3.12"
Expand Down

0 comments on commit c4dfe74

Please sign in to comment.