From 6f9b26ee5680eed96768480d32f91c0af4831ca8 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 81bfc0169..7994607e6 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