Skip to content

Commit b76a94b

Browse files
committed
The Python used for coverage is new enough for toml
1 parent f7d6343 commit b76a94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Combine coverage & fail if it's <100%.
9494
run: |
95-
uv tool install coverage[toml]
95+
uv tool install coverage
9696
9797
coverage combine
9898
coverage html --skip-covered --skip-empty

0 commit comments

Comments
 (0)