From 1fc5c86e1112e4e56f8e5444b077b22e9f1938bc Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 08:15:03 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9786be..fd7d4ce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: python3 --version which pylint || echo damn1 which mypy || echo damn2 + cat `which mypy` pylint --version mypy --version echo test, and deploy your project.