Skip to content

Commit f523ae2

Browse files
committed
xxx
1 parent 7c25ce5 commit f523ae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@ jobs:
228228
# Homebrew's python@XXX is updated without "--overwrite", it
229229
# tries to replace /usr/local/bin/2to3 and so on and causes
230230
# a conflict error.
231+
set -x
231232
brew update
232-
for python_package in $(brew list | grep python@); do
233+
for python_package in $(brew list | grep python@ | sort -r); do
233234
brew install --overwrite ${python_package}
234235
done
235-
brew install --overwrite python
236+
brew install --overwrite python3
236237
237238
if [ "$(uname -m)" = "arm64" ]; then
238239
# pkg-config formula is deprecated but it's still installed

0 commit comments

Comments
 (0)