File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
2828 strategy :
2929 matrix :
3030 include :
31- - os : ubuntu-24.04
32- NAME : " Linux"
33- OS_TYPE : " Linux"
34- CI_PYBIN : python3.12
35- OS_PYTHON_VERSION : 3.12
36- OPEN_SPIEL_ABSL_VERSION : " 20250814.1"
37- CIBW_VERSION : 3.2.1
38- CIBW_ENABLE : all
39- CIBW_ENVIRONMENT : " CXX=$(which g++) OPEN_SPIEL_BUILDING_WHEEL='ON' OPEN_SPIEL_BUILD_WITH_ACPC='ON' OPEN_SPIEL_BUILD_WITH_HANABI='ON' OPEN_SPIEL_BUILD_WITH_ROSHAMBO='ON'"
40- CIBW_BUILD : cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp314-manylinux_x86_64
4131 # Disabled temporarily while broken.
4232 # See https://github.com/google-deepmind/open_spiel/issues/1441 for details.
33+ # - os: ubuntu-24.04
34+ # NAME: "Linux"
35+ # OS_TYPE: "Linux"
36+ # CI_PYBIN: python3.12
37+ # OS_PYTHON_VERSION: 3.12
38+ # OPEN_SPIEL_ABSL_VERSION: "20250814.1"
39+ # CIBW_VERSION: 3.2.1
40+ # CIBW_ENABLE: all
41+ # CIBW_ENVIRONMENT: "CXX=$(which g++) OPEN_SPIEL_BUILDING_WHEEL='ON' OPEN_SPIEL_BUILD_WITH_ACPC='ON' OPEN_SPIEL_BUILD_WITH_HANABI='ON' OPEN_SPIEL_BUILD_WITH_ROSHAMBO='ON'"
42+ # CIBW_BUILD: cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp314-manylinux_x86_64
4343 # - os: ubuntu-24.04-arm
4444 # NAME: "Linux_arm64"
4545 # OS_TYPE: "Linux"
You can’t perform that action at this time.
0 commit comments