Skip to content

Commit

Permalink
Update ci_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot authored Dec 5, 2024
1 parent 969b22b commit ff6d656
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions open_spiel/scripts/ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ if [[ "$OS" = "Linux" && "$OS_PYTHON_VERSION" = "3.9" ]]; then
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
# Still needed to support using venv on Ubuntu 20.04:
sudo apt-get install python3.9-venv
elif [[ "$OS" = "Darwin" ]]; then
# Python is already intalled via brew in install.sh from actions.yml
brew link --force python@${OS_PYTHON_VERSION}
fi


PYBIN=${PYBIN:-"python${OS_PYTHON_VERSION}"}
PYBIN=${PYBIN:-"python"}
PYBIN=${PYBIN:-"python3"}
Expand Down

0 comments on commit ff6d656

Please sign in to comment.