Skip to content

Commit 7dc48fb

Browse files
fix gha
1 parent fdb5e62 commit 7dc48fb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/shared.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757

5858
- name: Run pytest with coverage
5959
run: |
60-
uv run --frozen --no-sync coverage run -m pytest
61-
uv run --frozen --no-sync coverage combine
62-
uv run --frozen --no-sync coverage report
60+
make coverage
6361
6462
readme-snippets:
6563
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)