Skip to content

Commit 4c595eb

Browse files
authored
Update release.yml (#134)
1 parent e9a639f commit 4c595eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
4343
- name: Run tests
4444
run: |
45-
uv run pytest tests --cov --cov-report=term-missing -v
45+
uv run --extra dev pytest tests --cov --cov-report=term-missing -v
4646
timeout-minutes: 10
4747

4848
- name: Check coverage threshold
4949
run: |
50-
uv run coverage report --fail-under=93
50+
uv run --extra dev coverage report --fail-under=93
5151
5252
# 1) version from GitHub Release tag
5353
- name: Extract version

0 commit comments

Comments
 (0)