Upgrade pip before using wheel

pull/18306/head
Lidi Zheng 6 years ago
parent 127a6c1d9e
commit cb9cc5592e
  1. 3
      tools/run_tests/artifacts/build_package_python.sh

@ -24,7 +24,8 @@ mkdir -p artifacts/
cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/python_*/* artifacts/ || true
apt-get install -y python-pip
python -m pip install wheel --user
python -m pip install -U pip
python -m pip install -U wheel
strip_binary_wheel() {
WHEEL_PATH="$1"

Loading…
Cancel
Save