pull/22561/head
Richard Belleville 5 years ago
parent 8079de2466
commit dbf3bb31cd
  1. 2
      tools/run_tests/helper_scripts/build_python.sh

@ -171,7 +171,7 @@ pip_install_dir() {
# third-party build process. This function pipes through only the
# minimal environment necessary.
pip_install() {
/usr/bin/env -i PATH="$PATH" "$VENV_PYTHON" -m pip install $@
/usr/bin/env -i PATH="$PATH" "$VENV_PYTHON" -m pip install "$@"
}
case "$VENV" in

Loading…
Cancel
Save