Alina Lozovskaya
commited on
Commit
·
1b189a2
1
Parent(s):
8dd4ae4
fix(ci): run mypy from .venv to avoid wireless extra install
Browse files
.github/workflows/typecheck.yml
CHANGED
|
@@ -26,4 +26,4 @@ jobs:
|
|
| 26 |
run: uv sync --frozen --group dev --extra all_vision
|
| 27 |
|
| 28 |
- name: Run mypy
|
| 29 |
-
run:
|
|
|
|
| 26 |
run: uv sync --frozen --group dev --extra all_vision
|
| 27 |
|
| 28 |
- name: Run mypy
|
| 29 |
+
run: .venv/bin/mypy --pretty --show-error-codes .
|