Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 15, 2024
1 parent 09b89ab commit 1d14e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ evogym = "evogym"
skip = ["*-win32", "*-manylinux_i686"]

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "quay.io/pypa/manylinux2010_x86_64:latest"
manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux2010_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 xorg-dev libglu1-mesa-dev libglew-dev xvfb"
test-command = "echo 'installed'"

Expand Down

0 comments on commit 1d14e20

Please sign in to comment.