Skip to content

Commit 11da964

Browse files
committed
run type checks on installed project in ci
1 parent fcb22ee commit 11da964

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ jobs:
8686
uses: astral-sh/setup-uv@v5
8787
with:
8888
enable-cache: true
89+
- name: Install dependencies
90+
run: uv sync
8991
- name: Test typing
90-
run: uvx ty check src
92+
run: uv run ty check src

0 commit comments

Comments
 (0)