From d878885a5e76daa297eb8d166aec20036a317890 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:29:41 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87931843..74144813 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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,