Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 5355cbb commit 5c2d5c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ skip = ["*-win32", "*-manylinux_i686"]

manylinux-x86_64-image = "manylinux_2_28"
manylinux-pypy_x86_64-image = "manylinux_2_28"
# manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
# 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 -y libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel"
test-command = "echo 'installed'"

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk add xorg-dev libglu1-mesa-dev libglew-dev xvfb"
before-all = "apk add xorg-dev libglu1-mesa-dev libglew-dev xvfb" # these package names may be wrong, untested

[project]
name = "evogym"
Expand Down

0 comments on commit 5c2d5c5

Please sign in to comment.