Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jan 3, 2024
1 parent c12c32e commit 8c572dc
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 @@ -124,7 +124,7 @@ if [[ "$(inside_venv)" ]]; then
else
# Instantiate the virtualenv from the Python version passed in.
$PYTHON -m pip install --user virtualenv==20.25.0
# Skipp wheel and setuptools and manually install later. Otherwise we might
# Skip wheel and setuptools and manually install later. Otherwise we might
# not find cython module while building grpcio.
$PYTHON -m virtualenv --no-wheel --no-setuptools "$VENV"
VENV_PYTHON="$(pwd)/$VENV/$VENV_RELATIVE_PYTHON"
Expand Down

0 comments on commit 8c572dc

Please sign in to comment.