Skip to content

Commit

Permalink
ci: Specify optional dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 19, 2024
1 parent cd4cfa5 commit 27999c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version-file: "pyproject.toml"
# Installing all dependencies and not just the linters as mypy needs them for type checking
- name: Install dependencies
run: uv sync
run: uv sync --extra all --extra dev
- name: Lint with ruff
run: |
uvx ruff check .
Expand Down

0 comments on commit 27999c1

Please sign in to comment.