Skip to content

Commit d0780ee

Browse files
authored
Update release.yml to fix workflow errors (#135)
1 parent 4c595eb commit d0780ee

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 --extra dev pytest tests --cov --cov-report=term-missing -v
45+
uv run --extra dev --extra multi-cloud pytest tests --cov --cov-report=term-missing -v
4646
timeout-minutes: 10
4747

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

0 commit comments

Comments
 (0)