Skip to content
Snippets Groups Projects
Commit a59f4a2c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc][macos][scripts] Update update-ci.sh

parent 03985518
No related branches found
No related tags found
No related merge requests found
Pipeline #27589 passed
......@@ -2,9 +2,10 @@
# Update CI installation
echo "Updating homebrew..."
brew update
brew upgrade
brew cleanup
brew=/usr/local/bin/brew
${brew} update
${brew} upgrade
${brew} cleanup
echo "Updating python packages..."
pip=/usr/local/bin/pip3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment