Skip to content

Commit a5acb68

Browse files
authored
Remove Python 2 pip. Ref #795. (#796)
1 parent 476f193 commit a5acb68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ jobs:
6969
- run: pip install -U 'setuptools>=45'
7070
if: matrix.python_version != 'msys2'
7171
- run: pip install -e .[toml,test]
72-
# pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
7372
- run: |
74-
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
75-
sudo python2 get-pip.py
7673
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
7774
if: matrix.os == 'ubuntu-latest'
7875
- run: pytest

0 commit comments

Comments
 (0)