Skip to content

Commit

Permalink
Add missing CIBW flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot authored Nov 13, 2023
1 parent f7dc9eb commit 9c97f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ jobs:
OS_PYTHON_VERSION: "3.9"
CI_PYBIN: ${{ matrix.CI_PYBIN }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS_MACOS: universal2
CIBW_BUILD: ${{ matrix.CIBW_BUILD }}
CIBW_SKIP: pp*
CIBW_BEFORE_BUILD: python -m pip install --upgrade cmake
CIBW_BEFORE_TEST: python -m pip install --upgrade pip
CIBW_TEST_COMMAND: /bin/bash {project}/open_spiel/scripts/test_wheel.sh basic {project}
CIBW_TEST_SKIP: *-macosx_arm64 *-macosx_universal2:arm64
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}

steps:
Expand Down

0 comments on commit 9c97f44

Please sign in to comment.