From 22ac4310bdf6d317a368a089520067a55fcf2e17 Mon Sep 17 00:00:00 2001 From: adam-bloom Date: Wed, 6 Oct 2021 21:35:46 -0600 Subject: [PATCH] pin pyyaml to python2 compatible version --- macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos_build.sh b/macos_build.sh index 36c14b02..f504bdf9 100755 --- a/macos_build.sh +++ b/macos_build.sh @@ -3,7 +3,7 @@ # exit on error set -e -easy_install --user pyyaml +easy_install --user pyyaml==5.4.1 git clone -q https://github.com/Microsoft/vcpkg.git