We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f358afe commit 70033e4Copy full SHA for 70033e4
.github/workflows/api-tests-on-uv.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Run mypy
54
run: |
55
- uv run --directory api mypy --install-types --non-interactive .
+ uv run --directory api --with pip mypy --install-types --non-interactive .
56
57
- name: Set up dotenvs
58
0 commit comments