Skip to content

Commit

Permalink
Remove Python 2 pip. Ref #795. (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 17, 2022
1 parent 476f193 commit a5acb68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ jobs:
- run: pip install -U 'setuptools>=45'
if: matrix.python_version != 'msys2'
- run: pip install -e .[toml,test]
# pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
- run: |
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
sudo python2 get-pip.py
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
if: matrix.os == 'ubuntu-latest'
- run: pytest
Expand Down

0 comments on commit a5acb68

Please sign in to comment.