From f32da15d78a6cedbb78f73c8ca189401cfad5aca Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 13 Dec 2019 17:11:11 -0800 Subject: [PATCH] hopefully fixed ci --- .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 da84ed10..fe8a63b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up tools run: | sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools - python3.7 -m pip install pylint mypy typing-extensions pytz yapf + python3.7 -m pip install `tools/snippets pip_req_list` - name: Run checks run: make checkfull