From 092bee0680a9ef5948a9ee1625e884f3abdb99ba Mon Sep 17 00:00:00 2001 From: player-03 Date: Thu, 5 Jan 2023 16:01:43 -0500 Subject: [PATCH] Manually install the problem versions of python. This way, we get to add the `--overwrite` flag. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c065958c7..15bd977ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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