Skip to content

Commit 3df9ed7

Browse files
ci(workflows): refactor ty workflow
1 parent 12ad293 commit 3df9ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ty-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: astral-sh/setup-uv@v7
3333

3434
- name: Install dependencies
35-
run: uv sync --group dev # Follows pyproject.toml exactly
35+
run: uv sync --all-extras --all-groups # Follows pyproject.toml exactly
3636

3737
- name: Run Ty type checking
3838
run: uv run ty check archipy # Config from pyproject.toml

0 commit comments

Comments
 (0)