diff --git a/ci/mac_ci_setup.sh b/ci/mac_ci_setup.sh index ef29e6c92587..88f8c406dd65 100755 --- a/ci/mac_ci_setup.sh +++ b/ci/mac_ci_setup.sh @@ -6,8 +6,10 @@ # https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md for # a list of pre-installed tools in the macOS image. -# https://github.com/actions/virtual-environments/issues/1811 -brew uninstall openssl@1.0.2t +# https://github.com/actions/virtual-environments/issues/2322 +if command -v 2to3 > /dev/null; then + rm -f "$(command -v 2to3)" +fi export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_RETRY_ATTEMPTS=10