Build: Fix CI script to install pyyaml for python 3

This commit is contained in:
vit9696 2022-03-20 14:50:31 +03:00
parent 093dd76d59
commit 0880b69da0

View File

@ -165,7 +165,7 @@ jobs:
- name: Install Dependencies
run: |
brew install shellcheck
pip2 install pyyaml
python3 -m pip install pyyaml
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1