Skip to content

Commit

Permalink
pin coveralls to <3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gl3nn committed Jan 22, 2021
1 parent 566006b commit f6e0653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install coveralls==3.0.0
pip install "coveralls<3.0.0"
- name: Run test suite
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tox
coveralls --service=github-actions
coveralls

0 comments on commit f6e0653

Please sign in to comment.