diff --git a/dev/before_install b/dev/before_install index 0e56f7c5d32..f7ff69c982d 100755 --- a/dev/before_install +++ b/dev/before_install @@ -49,15 +49,6 @@ elif [[ "$RUNNER_OS" == "macOS" ]]; then exit 1 fi - brew install python3 - brew upgrade python - - ./dev/install-python-packages.sh - if [[ $? != 0 ]]; then - echo "cannot install Python packages" - exit 1 - fi - sudo ./dev/install-universal_ctags.sh if [[ $? != 0 ]]; then echo "cannot install Universal ctags"