From ae767395ea7056471f0d9ee78c9f8b2d881a9884 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 31 Oct 2019 15:08:42 -0500 Subject: [PATCH] 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 1ce459d7..3672a487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: run: | sudo apt-add-repository -y ppa:deadsnakes/ppa sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools - sudo python3.7 -m pip install pylint mypy typing-extensions pytz yapf + python3.7 -m pip install pylint mypy typing-extensions pytz yapf - name: Run checks run: make checkfull