Skip to content

Commit 70033e4

Browse files
committed
--with pip
1 parent f358afe commit 70033e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-tests-on-uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Run mypy
5454
run: |
55-
uv run --directory api mypy --install-types --non-interactive .
55+
uv run --directory api --with pip mypy --install-types --non-interactive .
5656
5757
- name: Set up dotenvs
5858
run: |

0 commit comments

Comments
 (0)