Skip to content

Commit 70a9caf

Browse files
committed
patching release.yml to run pytest from uv
1 parent fc12c99 commit 70a9caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
uv pip install pytest-cov
6868
69-
uv run pytest test --cov=sqlmodel_crud_utils
69+
uv run pytest --cov=sqlmodel_crud_utils
7070
--cov-report=xml --cov-report=term # Generate XML and terminal reports
7171
7272
- name: Upload coverage report

0 commit comments

Comments
 (0)