Manually install the problem versions of python.

This way, we get to add the `--overwrite` flag.
This commit is contained in:
player-03
2023-01-05 16:01:43 -05:00
committed by GitHub
parent 04412da008
commit 092bee0680

View File

@@ -95,9 +95,9 @@ jobs:
run: |
pushd project/lib/hashlink
brew update
rm /usr/local/bin/2to3*
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc3*
# `brew bundle` is going to install these versions of python without specifying `--overwrite`
brew install --overwrite python@3.10
brew install --overwrite python@3.11
brew bundle
popd
haxelib install hxcpp --quiet