diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32d8ba2..9904ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Install dependencies run: | pip install poetry poethepoet - poetry install --only test + poetry install --with test - name: Check coverage run: poe coverage