We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085503a commit 0f64fdaCopy full SHA for 0f64fda
tools/ci_build/builds/release_macos.sh
@@ -27,7 +27,7 @@ export PATH="$PATH:$HOME/bin"
27
# Install delocate
28
python3 -m pip install -q delocate
29
30
-brew update && brew upgrade pyenv
+brew update && brew outdated | grep -q pyenv && brew upgrade pyenv
31
eval "$(pyenv init -)"
32
33
for version in ${PYTHON_VERSIONS}; do
0 commit comments