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 9, 2025
1 parent a4dde6e commit 218a038
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 @@ -53,7 +53,7 @@ jobs:
COVERALLS_PARALLEL: true
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 --service=github
Expand All @@ -66,7 +66,7 @@ jobs:
- 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 218a038

Please sign in to comment.