adding yapf to ci environment

This commit is contained in:
Eric Froemling 2019-10-29 18:58:24 -05:00
parent 06a181fcf5
commit 65396d4fb6

View File

@ -13,7 +13,7 @@ jobs:
run: |
sudo apt-add-repository -y ppa:deadsnakes/ppa
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
sudo python3.7 -m pip install pylint mypy typing-extensions pytz
sudo python3.7 -m pip install pylint mypy typing-extensions pytz yapf
- name: Run checks
run: make checkfull