mirror of https://github.com/ArduPilot/ardupilot
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:
parent
5148698dc8
commit
73d1c28e23
|
@ -97,6 +97,7 @@ function maybe_prompt_user() {
|
|||
}
|
||||
|
||||
brew update
|
||||
brew install --overwrite python@3.10
|
||||
brew install gawk curl coreutils wget
|
||||
|
||||
PIP=pip
|
||||
|
|
Loading…
Reference in New Issue