Skip to content

Commit

Permalink
fix: add without=docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 26, 2024
1 parent ca41f58 commit 0d25182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d25182

Please sign in to comment.