This commit is contained in:
Eric Froemling 2019-10-31 15:08:42 -05:00
parent 29b588f5f5
commit ae767395ea

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 yapf
python3.7 -m pip install pylint mypy typing-extensions pytz yapf
- name: Run checks
run: make checkfull