more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 05:29:41 -07:00
parent 6b7eae11d1
commit d878885a5e

View File

@ -14,7 +14,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
sudo apt-add-repository -y ppa:deadsnakes/ppa
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
pip3 install pylint
sudo pip3 install pylint
- name: Run a multi-line script
run: |
echo Add other actions to build,