Skip to content

Commit ae2335d

Browse files
committed
github: fix coveralls
Just having the toml package installed is no longer enough. We have to install coverage with toml as an extra. Related: TheKevJames/coveralls-python#335
1 parent 525b663 commit ae2335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: poetry run coverage run
2626
- run: |
2727
pipx install coveralls
28-
pipx inject coveralls toml
28+
pipx inject coveralls coverage[toml]
2929
- run: coveralls --service=github
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)