Skip to content

Commit 4a2daac

Browse files
colindeanGitHub Enterprise
authored andcommitted
Merge pull request #31 from python/fix-makefile
Remove --no-lock flag from deps-brew
2 parents d8877f8 + 7e15d50 commit 4a2daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ COLOR_GREEN = \033[32m
217217
COLOR_RESET = \033[0m
218218
.PHONY: deps-brew
219219
deps-brew: ## Installs development dependencies from Homebrew
220-
brew bundle install $(BREW_BUNDLE_OPTS) --no-lock --verbose --file=Brewfile
220+
brew bundle install $(BREW_BUNDLE_OPTS) --verbose --file=Brewfile
221221
@test -n "$(PYENV_SHELL)" || ( \
222222
echo "$(COLOR_ORANGE)PYENV_SHELL is empty so pyenv may not be setup.$(COLOR_RESET)" && \
223223
echo "$(COLOR_ORANGE)Ensure that pyenv is setup in your shell config, e.g. in ~/.bashrc.$(COLOR_RESET)" && \

0 commit comments

Comments
 (0)