Skip to content

Commit

Permalink
Use consistent coveralls install everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed May 4, 2023
1 parent b203d5f commit 20c8ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu-') && matrix.python-version == needs.get_python_versions.outputs.max-python }}
run: |
cp $GITHUB_WORKSPACE/../.coverage .
conda install --quiet --yes coveralls
python -m pip install --upgrade coveralls
coveralls --service=github --rcfile=$GITHUB_WORKSPACE/.coveragerc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -106,8 +106,8 @@ jobs:
steps:
- name: Finished
run: |
pip3 install --upgrade coveralls
coveralls --finish
python -m pip install --upgrade coveralls
coveralls --service=github --finish --rcfile=$GITHUB_WORKSPACE/.coveragerc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 20c8ff4

Please sign in to comment.