fix(ci): lua col test
This commit is contained in:
parent
ddff996ee2
commit
a7cd58ad90
2 changed files with 2 additions and 2 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
|
@ -114,4 +114,4 @@ jobs:
|
|||
- name: Install dependencies with mypy
|
||||
run: uv sync --dev
|
||||
- name: Type check Python files with mypy
|
||||
run: uv run mypy scrapers/ tests/scrapers/
|
||||
run: cd scrapers && PYTHONPATH=.. uv run mypy . ../tests/scrapers/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue