Skip to content

Commit

Permalink
Pin pyyaml to python2 compatible version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-bloom committed Oct 8, 2021
1 parent c1905bc commit 643afb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos_build.sh
Expand Up @@ -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

Expand Down

0 comments on commit 643afb7

Please sign in to comment.