diff --git a/.circleci/config.yml b/.circleci/config.yml index 1411550f068..af45646a49a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -593,6 +593,11 @@ jobs: - run: name: "Brew: Tap wix/brew" command: brew tap wix/brew + - run: + # Python 3.10 already exists in the environment, this is a workaround for: + # https://github.com/actions/setup-python/issues/577 + name: "Unlink environment's Python 3.10" + command: brew unlink python@3.10 - brew_install: package: applesimutils watchman