Skip to content

Commit 8cbfb98

Browse files
committed
Trying to fix coveralls run
1 parent c588971 commit 8cbfb98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
4747
- name: Upload coverage data to coveralls.io
4848
run: |
49-
pip install coveralls
50-
coveralls --service=github
49+
pipx run coveralls --service=github
5150
env:
5251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)