From b3a303accbaa6d9201c50317edef7d2a85825801 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:01:47 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1ad03b..c26ed524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,7 @@ jobs: - uses: actions/checkout@v1 - name: Setup run: | - sudo apt-get install python3-setuptools - pip3 install pylint + sudo apt install pylint3 - name: Run a multi-line script run: | echo Add other actions to build,