Skip to content

Commit f4fd947

Browse files
authored
[release/9.0-staging] Remove --no-lock brew flag (#113281)
Backport of #113280
1 parent a0eb8bf commit f4fd947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/install-native-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case "$os" in
4444
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4545
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4646
# brew update --preinstall
47-
brew bundle --no-upgrade --no-lock --file "$(dirname "$0")/Brewfile"
47+
brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
4848
;;
4949

5050
*)

0 commit comments

Comments
 (0)