From 6c00d9ed3dc94624ec2df8a7e6a4afe30f01154b Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 1 Jan 2021 12:07:58 -0700 Subject: [PATCH] install poetry deps in CI before running flake8 [skip ci] --- .github/workflows/backend-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend-lint.yml b/.github/workflows/backend-lint.yml index e97903b..04254a3 100644 --- a/.github/workflows/backend-lint.yml +++ b/.github/workflows/backend-lint.yml @@ -19,5 +19,7 @@ jobs: uses: abatilo/actions-poetry@v2.0.0 with: poetry-version: ${{ matrix.poetry-version }} + - name: Install Dependencies + run: poetry install - name: Flake8 run: poetry run flake8 hyperglass