Skip to content

Commit

Permalink
install coverage[toml]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 15, 2024
1 parent 0f358f7 commit 3d00a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ jobs:
with:
fetch-depth: 0
- name: 🐍 Setup coverage
run: pipx install coverage
run: pipx install 'coverage[toml]'
- name: πŸ“₯ Download test artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def jobs_result(deps: list[str]) -> GHJob:
"needs": deps,
"steps": [
step_checkout(),
{"name": "🐍 Setup coverage", "run": "pipx install coverage"},
{"name": "🐍 Setup coverage", "run": "pipx install 'coverage[toml]'"},
{
"name": "πŸ“₯ Download test artifacts",
"uses": "actions/download-artifact@v4",
Expand Down

0 comments on commit 3d00a35

Please sign in to comment.