diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 31a1bc9..ee775c4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -39,7 +39,7 @@ jobs: if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: | poetry config installer.max-workers 10 - poetry install --no-interaction --extras uvloop --with=dev + poetry install --no-interaction --extras uvloop --with=dev --without=docs - name: Load cached pre-commit id: cached-pre-commit-dependencies