From 337ea7fb6d0ea6dc23c9a1e93bc9192605f9c2d2 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 08:55:46 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cec2b1d1..280fb2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,5 @@ jobs: sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools sudo python3.7 -m pip install pylint mypy typing-extensions - name: Run checks - run: | - python3.7 -m pylint --version - python3.7 -m mypy --version + run: make checkfull