Tools: macos-env: overwrite files when upgrading Python

the 3.10.8 to 3.10.9 upgrade is failing in CI
This commit is contained in:
Peter Barker 2022-12-22 12:43:10 +11:00 committed by Andrew Tridgell
parent 5148698dc8
commit 73d1c28e23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ function maybe_prompt_user() {
}
brew update
brew install --overwrite python@3.10
brew install gawk curl coreutils wget
PIP=pip