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 5cd7112 commit e479f75Copy full SHA for e479f75
.github/workflows/mypy.yml
@@ -20,4 +20,4 @@ jobs:
20
uv pip install mypy
21
22
- name: Run mypy
23
- run: uv run mypy --python-executable .venv/bin/python app/
+ run: uv run mypy --python-executable .venv/bin/python src/
.github/workflows/pytest.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Create and populate virtualenv
27
run: |
28
uv pip install -r requirements.txt
29
+ uv sync
30
31
- name: Run pytest
32
run: PYTHONPATH=. uv run --frozen coverage run -m pytest
0 commit comments