Skip to content

Commit

Permalink
fix(coveralls): bump pip version
Browse files Browse the repository at this point in the history
Old pip cannot be installed due to import error:
`ModuleNotFoundError: No module named 'pip._vendor.six.moves'`

Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Jan 8, 2025
1 parent a4dde6e commit 4e24ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
coveralls-finish:
name: Finish coveralls-python
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Finished
run: |
sudo apt install python3-testresources
pip3 install --upgrade pip==20.0.2
pip3 install --upgrade pip==24.3.1
pip3 install --upgrade setuptools
pip3 install --upgrade coveralls
/home/runner/.local/bin/coveralls --finish --service=github
Expand Down

0 comments on commit 4e24ced

Please sign in to comment.