diff --git a/Makefile b/Makefile index a3351b1..03c221b 100644 --- a/Makefile +++ b/Makefile @@ -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