1 parent 364058e commit d7c3652Copy full SHA for d7c3652
1 file changed
.github/workflows/tests.yml
@@ -27,10 +27,10 @@ jobs:
27
run: uv sync --locked --no-default-groups --no-install-project --group dev --group test
28
29
- name: "Run mypy"
30
- run: uv run mypy py_cashier
+ run: uv run --no-project mypy py_cashier
31
32
- name: "Run tests"
33
- run: uv run coverage run -m pytest tests/
+ run: uv run --no-project coverage run -m pytest tests/
34
35
- name: "Enforce coverage"
36
- run: uv run coverage report --show-missing --skip-covered --fail-under=100
+ run: uv run --no-project coverage report --show-missing --skip-covered --fail-under=100
0 commit comments