diff --git a/Brewfile.ci b/Brewfile.ci deleted file mode 100644 index 638e9f6..0000000 --- a/Brewfile.ci +++ /dev/null @@ -1,3 +0,0 @@ -# frozen_string_literal: true - -brew 'python' diff --git a/Makefile b/Makefile index 14a2ef8..e7e6a78 100644 --- a/Makefile +++ b/Makefile @@ -46,16 +46,12 @@ SHELL := env \ # bootstrap: bootstrap-brew bootstrap-ruby -bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-ruby bootstrap-pip bootstrap-ruby: bundle install bootstrap-brew: - brew bundle - -bootstrap-brew-ci: - brew bundle --file Brewfile.ci + brew bundle --verbose --no-upgrade bootstrap-pip: $(PIP) install -r requirements-ci.txt