Skip to content

Commit 8045018

Browse files
committed
no need to install Python/pip on macOS
1 parent c9482e9 commit 8045018

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

dev/before_install

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ elif [[ "$RUNNER_OS" == "macOS" ]]; then
4949
exit 1
5050
fi
5151

52-
brew install python3
53-
brew upgrade python
54-
55-
./dev/install-python-packages.sh
56-
if [[ $? != 0 ]]; then
57-
echo "cannot install Python packages"
58-
exit 1
59-
fi
60-
6152
sudo ./dev/install-universal_ctags.sh
6253
if [[ $? != 0 ]]; then
6354
echo "cannot install Universal ctags"

0 commit comments

Comments
 (0)