diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff7e99e..40090c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: run: pip install poetry - name: Install dependencies - run: poetry install --no-interaction --no-ansi --no-root --without dev + run: poetry install --no-interaction --no-ansi --no-root - name: Run Linting continue-on-error: true