From 35a0565c74f5c8671148439d51e42248da27bb62 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:03:31 -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 c26ed524..67d1944c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: - name: Run a multi-line script run: | echo Add other actions to build, - pylint --version + python3 -m pylint --version echo test, and deploy your project.