Skip to content

Commit 6387264

Browse files
committed
ci: fix mypy not found
1 parent 60e1f98 commit 6387264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
just check
7878
uv pip install mypy
79-
mypy fast_dev_cli
79+
pdm run mypy fast_dev_cli
8080
- name: Test with pytest
8181
run: |
8282
pdm run coverage run -m pytest

0 commit comments

Comments
 (0)