Skip to content
Snippets Groups Projects
Commit 0474a1c3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

python fixes

parent 5b762b65
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ cd $(dirname $0) ...@@ -36,7 +36,7 @@ cd $(dirname $0)
SDIST_ARCHIVE=$EXTERNAL_GIT_ROOT/input_artifacts/grpcio-*.tar.gz SDIST_ARCHIVE=$EXTERNAL_GIT_ROOT/input_artifacts/grpcio-*.tar.gz
BDIST_DIR="file://$EXTERNAL_GIT_ROOT/input_artifacts" BDIST_DIR="file://$EXTERNAL_GIT_ROOT/input_artifacts"
if [ ! -f "${SDIST_ARCHIVE}" ] if [ ! -f ${SDIST_ARCHIVE} ]
then then
echo "Archive ${SDIST_ARCHIVE} does not exist." echo "Archive ${SDIST_ARCHIVE} does not exist."
exit 1 exit 1
...@@ -52,7 +52,7 @@ $PIP install --upgrade six ...@@ -52,7 +52,7 @@ $PIP install --upgrade six
GRPC_PYTHON_BINARIES_REPOSITORY="${BDIST_DIR}" \ GRPC_PYTHON_BINARIES_REPOSITORY="${BDIST_DIR}" \
$PIP install \ $PIP install \
"${SDIST_ARCHIVE}" ${SDIST_ARCHIVE}
$PYTHON distribtest.py $PYTHON distribtest.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment