We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc999c5 + 3c494fd commit 094554cCopy full SHA for 094554c
1 file changed
python-setup/install_tools.sh
@@ -31,8 +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 https://bootstrap.pypa.io/get-pip.py --output get-pip.py
35
- python2 get-pip.py
+ curl --location --fail https://bootstrap.pypa.io/get-pip.py | python2
36
37
python2 -m pip install --user --upgrade pip setuptools wheel
38
0 commit comments