Skip to content

Commit

Permalink
Fix coveralls by using an older version. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored May 17, 2024
1 parent 80d6a8f commit 5ed3521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Coverage
if: matrix.config[1] == 'coverage'
run: |
pip install coveralls
pip install "coveralls < 4"
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ed3521

Please sign in to comment.