fix(deps): use --no-upgrade option on brew bundle commands

This ensures a more restrictive install of homebrew dependencies.
This commit is contained in:
2023-01-11 18:29:04 +00:00
parent 14f7aa13d9
commit 07c05a3c6f

View File

@@ -49,10 +49,10 @@ bootstrap: bootstrap-brew
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
bootstrap-brew:
brew bundle
brew bundle --no-upgrade
bootstrap-brew-ci:
brew bundle --file Brewfile.ci
brew bundle --file Brewfile.ci --no-upgrade
bootstrap-pip:
$(PIP) install -r requirements-ci.txt