Merge pull request #15122 from ericgribkoff/remove_old_env

Remove old environment variable from Python artifact build
pull/15248/head
Eric Gribkoff 7 years ago committed by GitHub
commit 9511c07953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/run_tests/artifacts/build_artifact_python.sh

@ -17,7 +17,6 @@ set -ex
cd "$(dirname "$0")/../../.."
export GRPC_PYTHON_USE_CUSTOM_BDIST=0
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
export PYTHON=${PYTHON:-python}
export PIP=${PIP:-pip}

Loading…
Cancel
Save