Skip to content

Commit

Permalink
Add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 23, 2023
1 parent 70086e2 commit 2eae0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
archs = ["x86_64"]
before-all = "dnf install gcc-c++ tbb-devel mpfr-devel gmp-devel"
before-all = "dnf install -y gcc-c++ tbb-devel mpfr-devel gmp-devel"
manylinux-x86_64-image = "manylinux_2_28"
manylinux-i686-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"
Expand Down

0 comments on commit 2eae0ce

Please sign in to comment.