From 2a843b88147fcbe9ebf0bc67c322bd074140d24c Mon Sep 17 00:00:00 2001 From: Jagdeep Bhatia Date: Sat, 15 Jun 2024 19:13:15 -0400 Subject: [PATCH] Update scripts --- .github/workflows/wheels.yml | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 366c84a1..6cab36eb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index de273b26..0a784706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'"