fix(bootstrap): remove --no-upgrade option from brew bundle

It can easily lead to issues where certain packages are not compatible
due to an older version already being installed. Hence we instead prefer
to just update all deps to the latest version
This commit is contained in:
2024-05-13 01:28:04 +01:00
parent 6c32cebf96
commit 2f0babae99

View File

@@ -51,7 +51,7 @@ bootstrap-ruby:
bundle install
bootstrap-brew:
brew bundle --verbose --no-upgrade
brew bundle --verbose
bootstrap-pip:
$(PIP) install -r requirements-ci.txt