diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cb633d..e9b8531 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' - run: poetry install --no-interaction --no-root + run: poetry install --no-interaction - name: Tests run: poetry run pytest --cov --cov-report=xml