Skip to content

Commit

Permalink
Install correct linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 088e3d0 commit 65f8d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
platform_id: win_amd64

# Linux 64 bit
# - os: ubuntu-latest
# platform_id: manylinux_x86_64
- os: ubuntu-latest
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
# manylinux_image: manylinux_2_24

# MacOS x86_64
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ evogym = "evogym"
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 xorg-dev libglu1-mesa-dev libglew-dev xvfb"
# 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"
test-command = "echo 'installed'"

[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit 65f8d88

Please sign in to comment.