From 8c483cbbf9331c4b4da689f6ba099e5ca9825916 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:31:37 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74144813..1a766c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ 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 - sudo pip3 install pylint + sudo pip3 install pylint mypy typing-extensions - name: Run a multi-line script run: | echo Add other actions to build, python3 --version - which pylint || echo damn - ls /usr/local/bin + which pylint || echo damn1 + which mypy || echo damn2 echo test, and deploy your project.