Skip to content

Commit abf795e

Browse files
committed
xxx
1 parent 7c25ce5 commit abf795e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 1 deletion
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
232233
for python_package in $(brew list | grep python@); 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)