Skip to content

Commit e479f75

Browse files
committed
test again
1 parent 5cd7112 commit e479f75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uv pip install mypy
2121
2222
- name: Run mypy
23-
run: uv run mypy --python-executable .venv/bin/python app/
23+
run: uv run mypy --python-executable .venv/bin/python src/

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Create and populate virtualenv
2727
run: |
2828
uv pip install -r requirements.txt
29+
uv sync
2930
3031
- name: Run pytest
3132
run: PYTHONPATH=. uv run --frozen coverage run -m pytest

0 commit comments

Comments
 (0)