From ac4572e2f6fd0142b45b0e8331a2b76423943fad Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 31 Jul 2022 15:27:28 +0800 Subject: [PATCH] fix bug Former-commit-id: b698d57b07c59c687fd368c5bc65089df0288eb4 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1693f8af..81980629 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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