Skip to content

Commit 6f6e388

Browse files
committed
remove reinstalling python (per comment)
1 parent ea18654 commit 6f6e388

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/rc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ jobs:
232232
for python_package in $(brew list | grep python@); do
233233
brew install --overwrite ${python_package}
234234
done
235-
brew install --overwrite python
236235
237236
if [ "$(uname -m)" = "arm64" ]; then
238237
# pkg-config formula is deprecated but it's still installed

0 commit comments

Comments
 (0)