Skip to content

Commit

Permalink
fix(bootstrap): remove --no-upgrade option from brew bundle
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jimeh committed May 13, 2024
1 parent 6c32ceb commit 2f0baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0baba

Please # to comment.