From e1cf1b2183ff7ef845db0e9f5472796df799601f Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Tue, 19 May 2020 23:16:45 +0900 Subject: [PATCH] uninstall python2 at test --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f6cf50084..694132d49b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,6 +71,7 @@ jobs: # Link old gettext (otherwise `brew doctor` is sad) brew link gettext + brew uninstall --force python@2 fi brew doctor