Compare commits

...

1 Commits

Author SHA1 Message Date
07c05a3c6f fix(deps): use --no-upgrade option on brew bundle commands
This ensures a more restrictive install of homebrew dependencies.
2023-01-11 18:29:04 +00:00

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