From 067f362843562ee33efb40b5f4e3c963651f5f1c Mon Sep 17 00:00:00 2001 From: Nicholas Marcott <481161+bmarcott@users.noreply.github.com> Date: Sat, 9 Jan 2021 23:26:48 +0900 Subject: [PATCH] rm 2to3 python link before installing brew dependencies --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 267af1ce2a..e52af6de2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -302,6 +302,7 @@ jobs: if: success() shell: bash run: | + rm '/usr/local/bin/2to3' || true brew update brew upgrade cmake brew install \ @@ -368,6 +369,7 @@ jobs: if: success() shell: bash run: | + rm '/usr/local/bin/2to3' || true brew update brew upgrade cmake brew install \