tidying up ci workflow

This commit is contained in:
Eric Froemling 2019-10-06 12:35:59 -07:00
parent db907b73e4
commit eeb3957ad2

View File

@ -11,7 +11,6 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Set up tools - name: Set up tools
run: | run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-add-repository -y ppa:deadsnakes/ppa sudo apt-add-repository -y ppa:deadsnakes/ppa
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools 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