Revert "Work-around for get-pip.py install failure."
This reverts commit fa466be33d
.
This commit is contained in:
parent
1d972f519c
commit
d2ce1d3c26
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ if [ "${platform}" = "freebsd" ]; then
|
|||
sleep 10
|
||||
done
|
||||
|
||||
pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python - --force-reinstall
|
||||
pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python
|
||||
elif [ "${platform}" = "rhel" ]; then
|
||||
while true; do
|
||||
yum install -y \
|
||||
|
@ -36,7 +36,7 @@ elif [ "${platform}" = "rhel" ]; then
|
|||
sleep 10
|
||||
done
|
||||
|
||||
pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python - --force-reinstall
|
||||
pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python
|
||||
fi
|
||||
|
||||
if [ "${platform}" = "freebsd" ] || [ "${platform}" = "osx" ]; then
|
||||
|
|
Loading…
Reference in a new issue