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 Jul 16, 2024
1 parent 490892c commit 7946765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_spiel/scripts/ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if [[ "$OS" = "Linux" && "$OS_PYTHON_VERSION" = "3.9" ]]; then
elif [[ "$OS" = "Darwin" ]]; then
# MacOS uses Python 3.11 and PyTorch does not yet support Python 3.11. For now,
# install the specific versions we've requested on MacOS.
# There is an error when trying to upgrade 3.11 that it cannot create this symlink because it already exists. Remove for now.
rm -f /usr/local/bin/2to3-${OS_PYTHON_VERSION}
brew install python@${OS_PYTHON_VERSION}
brew link --force python@${OS_PYTHON_VERSION}
fi
Expand Down

0 comments on commit 7946765

Please sign in to comment.