Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot authored Dec 5, 2024
1 parent 65d7dfd commit 2b41493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions open_spiel/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac OSX
# On Github Actions, macOS comes with Python 3.9.
# We want to test multiple Python versions determined by OS_PYTHON_VERSION.
if [[ "$CI" ]]; then
check_install_python
# Uninstall Python 3.9 if we need to.
# Set brew to use the specific python version
brew link --force --overwrite "python@${OS_PYTHON_VERSION}"
fi
`python3 -c "import tkinter" > /dev/null 2>&1` || brew install tcl-tk || echo "** Warning: failed 'brew install tcl-tk' -- continuing"
Expand Down

0 comments on commit 2b41493

Please sign in to comment.