From 920a95a3c4711cd60235312eb80fbcdffcb519f4 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Mon, 25 Sep 2023 18:47:20 -0500 Subject: [PATCH] with dev --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5887b4d..56492c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,10 +25,9 @@ jobs: uses: Gr1N/setup-poetry@v8 - name: Install dependencies run: | - poetry install + poetry install --with dev pip list - name: Lint with Flake8 - if: github.event_name == 'push' && matrix.python-version == 3.8 run: | poetry run flake8 - name: Test with pytest