Skip to content

Commit 67fabf0

Browse files
committed
fix uv usage in ci 2
1 parent 2b13229 commit 67fabf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ jobs:
123123
# Fail if coverage is below threshold
124124
- name: Fail if coverage is below threshold
125125
run: |
126-
python -Im coverage report --fail-under=35
126+
uv run python -Im coverage report --fail-under=35

0 commit comments

Comments
 (0)