Skip to content

Commit

Permalink
Merge pull request grpc#22563 from ericgribkoff/cherry_pick_pip
Browse files Browse the repository at this point in the history
Merge pull request grpc#22560 from ericgribkoff/update_pip
  • Loading branch information
ericgribkoff authored Apr 3, 2020
2 parents cba15cd + 7c9b587 commit cb81fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cd /var/local/git/grpc
VIRTUAL_ENV=$(mktemp -d)
virtualenv "$VIRTUAL_ENV"
PYTHON="$VIRTUAL_ENV"/bin/python
"$PYTHON" -m pip install --upgrade pip
"$PYTHON" -m pip install --upgrade grpcio-tools google-api-python-client google-auth-httplib2 oauth2client

# Prepare generated Python code.
Expand Down
1 change: 1 addition & 0 deletions tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cd /var/local/git/grpc
VIRTUAL_ENV=$(mktemp -d)
virtualenv "$VIRTUAL_ENV"
PYTHON="$VIRTUAL_ENV"/bin/python
"$PYTHON" -m pip install --upgrade pip
"$PYTHON" -m pip install --upgrade grpcio grpcio-tools google-api-python-client google-auth-httplib2 oauth2client

# Prepare generated Python code.
Expand Down
1 change: 1 addition & 0 deletions tools/run_tests/helper_scripts/prep_xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set -ex
cd "$(dirname "$0")/../../.."

sudo apt-get install -y python3-pip
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install grpcio grpcio-tools google-api-python-client google-auth-httplib2 oauth2client

# Prepare generated Python code.
Expand Down

0 comments on commit cb81fe0

Please sign in to comment.