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 d6af059 commit b733f34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions open_spiel/scripts/ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ if [[ "$OS" = "Linux" && "$OS_PYTHON_VERSION" = "3.9" ]]; then
elif [[ "$OS" = "Darwin" ]]; then
# Python is already intalled via brew in install.sh from actions.yml
brew link --force python@${OS_PYTHON_VERSION}
# Need this for the brew install command to succeed later
rm -f /usr/local/bin/2to3-${OS_PYTHON_VERSION}
rm -f /usr/local/bin/idle${OS_PYTHON_VERSION}
rm -f /usr/local/bin/pydoc${OS_PYTHON_VERSION}
rm -f /usr/local/bin/python${OS_PYTHON_VERSION}
rm -f /usr/local/bin/python${OS_PYTHON_VERSION}*
fi

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

0 comments on commit b733f34

Please sign in to comment.