From 65396d4fb6a7bcd2c02dd46a78794f888d597358 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 29 Oct 2019 18:58:24 -0500 Subject: [PATCH] adding yapf to ci environment --- .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 54a36efc..1ce459d7 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 + sudo python3.7 -m pip install pylint mypy typing-extensions pytz yapf - name: Run checks run: make checkfull