Skip to content

Commit e8e44a5

Browse files
committed
fix: install project deps before running pre-commit so ty can resolve imports
1 parent adf540d commit e8e44a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
with:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434

35+
- name: "Install dependencies"
36+
run: uv sync --all-extras
37+
3538
- name: "Run pre-commit hooks"
3639
run: uvx pre-commit run --all-files

0 commit comments

Comments
 (0)