Skip to content

Commit 348cc25

Browse files
committed
The Python used for coverage is new enough for toml
1 parent d68f0cd commit 348cc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Combine coverage & fail if it's <100%.
152152
run: |
153-
uv tool install 'coverage[toml]'
153+
uv tool install coverage
154154
155155
coverage combine
156156
coverage html --skip-covered --skip-empty

0 commit comments

Comments
 (0)