Skip to content

Commit

Permalink
no need to install Python/pip on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Jun 5, 2024
1 parent c9482e9 commit 8045018
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dev/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8045018

Please sign in to comment.