We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6b93e commit 039625aCopy full SHA for 039625a
python-setup/install_tools.sh
@@ -31,7 +31,7 @@ python3 -m pip install --user pipenv
31
if command -v python2 &> /dev/null; then
32
# Setup Python 2 dependency installation tools.
33
# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
34
- curl --location --fail https://bootstrap.pypa.io/2.7/get-pip.py | python2
+ curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2
35
36
python2 -m pip install --user --upgrade pip setuptools wheel
37
0 commit comments