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 201b14b commit 2a843b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- os: windows-latest
platform_id: win_amd64

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

# MacOS x86_64
- os: macos-12
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ evogym = "evogym"
skip = ["*-win32", "*-manylinux_i686"]

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "dockcross/manylinux-x64"
before-all = "yum install xorg-dev libglu1-mesa-dev libglew-dev xvfb"
test-command = "echo 'installed'"

Expand Down

0 comments on commit 2a843b8

Please sign in to comment.