Skip to content

Commit c4dfe74

Browse files
committed
chore: fix typo in cibuildwheel config
1 parent 58bd8de commit c4dfe74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,9 @@ test-command = "pytest -v --ignore={project}/tests/benchmarks {project}/tests"
8888

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

9795
[tool.mypy]
9896
python_version = "3.12"

0 commit comments

Comments
 (0)