From a5acb6845bf25ec9163020ea02d95e473051569b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 17 Dec 2022 10:54:58 -0500 Subject: [PATCH] Remove Python 2 pip. Ref #795. (#796) --- .github/workflows/python-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index df89bca5..27533332 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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