more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 05:31:37 -07:00
parent d878885a5e
commit 8c483cbbf9

View File

@ -14,11 +14,11 @@ jobs:
export DEBIAN_FRONTEND=noninteractive 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 pip3 install pylint sudo pip3 install pylint mypy typing-extensions
- name: Run a multi-line script - name: Run a multi-line script
run: | run: |
echo Add other actions to build, echo Add other actions to build,
python3 --version python3 --version
which pylint || echo damn which pylint || echo damn1
ls /usr/local/bin which mypy || echo damn2
echo test, and deploy your project. echo test, and deploy your project.