Skip to content

Commit

Permalink
Add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 65f8d88 commit a7c44c9
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 @@ -19,7 +19,7 @@ skip = ["*-win32", "*-manylinux_i686"]
[tool.cibuildwheel.linux]
# manylinux-x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
# manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
before-all = "yum install libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel"
before-all = "yum install -y libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel"
test-command = "echo 'installed'"

[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit a7c44c9

Please sign in to comment.