Skip to content

Commit

Permalink
explicitly ask for dev dependincies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Aug 25, 2024
1 parent eba8aea commit 48f882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
run: uv python install
- name: install mypy
run: uv sync
run: uv sync --dev
- uses: pre-commit/[email protected]
- name: Minimize uv cache
run: uv cache prune --ci
Expand Down

0 comments on commit 48f882f

Please sign in to comment.