Skip to content

Commit 849d1de

Browse files
committed
Fix issue
1 parent 940b819 commit 849d1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ manylinux-x86_64-image = "manylinux_2_28"
3030
manylinux-aarch64-image = "manylinux_2_28"
3131

3232
[tool.cibuildwheel.linux]
33-
build-frontend = { name = "pip", args = ["--no-build-isolation"] }
33+
#build-frontend = { name = "pip", args = ["--no-build-isolation"] }
3434
before-build = [
3535
"""dnf install -y zlib-devel openssl-devel freetype-devel fontconfig-devel freeglut-devel alsa-lib-devel mesa-libGL-devel \
3636
xorg-x11-proto-devel xorg-x11-proto-devel libcurl-devel libpng-devel libX11-devel libXcursor-devel libXrandr-devel \

0 commit comments

Comments
 (0)