Skip to content

Commit 643afb7

Browse files
authored
Pin pyyaml to python2 compatible version (#31)
1 parent c1905bc commit 643afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# exit on error
44
set -e
55

6-
easy_install --user pyyaml
6+
easy_install --user pyyaml==5.4.1
77

88
git clone -q https://github.com/Microsoft/vcpkg.git
99

0 commit comments

Comments
 (0)