Skip to content

Commit 0f64fda

Browse files
seanpmorganWindQAQ
authored andcommitted
Hotfix: fix brew setup (#716)
1 parent 085503a commit 0f64fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/builds/release_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export PATH="$PATH:$HOME/bin"
2727
# Install delocate
2828
python3 -m pip install -q delocate
2929

30-
brew update && brew upgrade pyenv
30+
brew update && brew outdated | grep -q pyenv && brew upgrade pyenv
3131
eval "$(pyenv init -)"
3232

3333
for version in ${PYTHON_VERSIONS}; do

0 commit comments

Comments
 (0)