Skip to content

Commit

Permalink
Fix coveralls on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsco committed Jun 19, 2024
1 parent 2829f62 commit 1dae8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: |
pytest --cov=s4
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
coverage-reporter-version: v0.6.6

# Use a container to run Python 2 (host OS doesn't matter)
# required because the setup-python action dropped support for python 2
Expand Down

0 comments on commit 1dae8f2

Please sign in to comment.