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 2a843b8 commit 09b89ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ evogym = "evogym"
skip = ["*-win32", "*-manylinux_i686"]

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "dockcross/manylinux-x64"
manylinux-x86_64-image = "quay.io/pypa/manylinux2010_x86_64:latest"
manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux2010_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 09b89ab

Please sign in to comment.