Skip to content

Commit

Permalink
try older virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Sep 27, 2022
1 parent f722cf4 commit 88036ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/helper_scripts/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [[ "$(inside_venv)" ]]; then
VENV_PYTHON="$PYTHON"
else
# Instantiate the virtualenv from the Python version passed in.
$PYTHON -m pip install --user virtualenv==20.16.5
$PYTHON -m pip install --user virtualenv==20.0.23
$PYTHON -m virtualenv "$VENV"
VENV_PYTHON="$(pwd)/$VENV/$VENV_RELATIVE_PYTHON"
fi
Expand Down

0 comments on commit 88036ba

Please sign in to comment.