diff --git a/open_spiel/python/CMakeLists.txt b/open_spiel/python/CMakeLists.txt index f0f5b18d73..a36587fd9b 100644 --- a/open_spiel/python/CMakeLists.txt +++ b/open_spiel/python/CMakeLists.txt @@ -311,8 +311,7 @@ if (OPEN_SPIEL_ENABLE_TENSORFLOW) algorithms/nfsp_test.py algorithms/policy_gradient_test.py algorithms/psro_v2/strategy_selectors_test.py - # Broken in Python 3.12. Must port to Keras 3. https://github.com/google-deepmind/open_spiel/issues/1207. - # algorithms/rcfr_test.py + algorithms/rcfr_test.py ) if (OPEN_SPIEL_ENABLE_PYTHON_MISC) set(PYTHON_TESTS ${PYTHON_TESTS}