From ccf12a3680e741fe297b96e3abded454464d04bf Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 04:58:10 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 821729ab..da1ad03b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,9 @@ jobs: steps: - uses: actions/checkout@v1 - name: Setup - run: pip3 install pylint + run: | + sudo apt-get install python3-setuptools + pip3 install pylint - name: Run a multi-line script run: | echo Add other actions to build,