We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb22ee commit 11da964Copy full SHA for 11da964
1 file changed
.github/workflows/python-app.yml
@@ -86,5 +86,7 @@ jobs:
86
uses: astral-sh/setup-uv@v5
87
with:
88
enable-cache: true
89
+ - name: Install dependencies
90
+ run: uv sync
91
- name: Test typing
- run: uvx ty check src
92
+ run: uv run ty check src
0 commit comments