Skip to content

Commit

Permalink
Merge pull request google-deepmind#1140 from google-deepmind:lanctot-…
Browse files Browse the repository at this point in the history
…patch-52

PiperOrigin-RevId: 582038245
Change-Id: Iee370f156190f6dcee0136c5c32d8e9b2c5ce111
  • Loading branch information
lanctot committed Nov 13, 2023
2 parents 2732ba9 + c15d776 commit 7cbb52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
OS_TYPE: "Darwin"
CI_PYBIN: python3.9
CIBW_ENVIRONMENT: "OPEN_SPIEL_BUILDING_WHEEL='ON' OPEN_SPIEL_BUILD_WITH_ACPC='ON' OPEN_SPIEL_BUILD_WITH_HANABI='ON' OPEN_SPIEL_BUILD_WITH_ROSHAMBO='ON'"
CIBW_BUILD: cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64
CIBW_BUILD: cp38-macosx_universal2 cp39-macosx_universal2 cp310-macosx_universal2 cp310-macosx_universal2 cp311-macosx_universal2 cp312-macosx_universal2
env:
OPEN_SPIEL_BUILDING_WHEEL: ON
OPEN_SPIEL_BUILD_WITH_ACPC: ON
Expand All @@ -47,6 +47,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion open_spiel/scripts/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [[ "$MODE" = "full" ]]; then
if [[ "$OS" = "Linux" ]]; then
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
else
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-macosx_10_9_x86_64.whl
${PYBIN} -m pip install wheelhouse/open_spiel-*-cp39-cp39-macosx_10_9_universal2.whl
fi
fi

Expand Down

0 comments on commit 7cbb52e

Please sign in to comment.