Former-commit-id: b698d57b07c59c687fd368c5bc65089df0288eb4
This commit is contained in:
troyeguo
2022-07-31 15:27:28 +08:00
parent 1a5d97d05a
commit ac4572e2f6

View File

@@ -16,7 +16,7 @@ init:
if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" == "macOS" ]
then
python --version
brew upgrade python3
brew install python3
brew link --overwrite python@3.8
python --version
fi