Skip to content

Commit

Permalink
Removed python -m pip install -q grpcio-tools as this is not needed…
Browse files Browse the repository at this point in the history
… anymore

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang committed Sep 7, 2019
1 parent 1545cad commit 70c6cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis/bazel.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ if [[ $(uname) == "Linux" ]]; then
python get-pip.py -q
python -m pip --version
fi
python -m pip install h5py==2.9.0

python -m pip install -q h5py==2.9.0
python -m pip install -q ${TENSORFLOW_INSTALL}

python -m pip install -q grpcio-tools

python third_party/tf/configure.py

cat .bazelrc
Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# ==============================================================================

rm -f .bazelrc
python -m pip install h5py==2.9.0
if python -c "import tensorflow as tf" &> /dev/null; then
echo 'using installed tensorflow'
else
python -m pip install $(python setup.py --package-version)
fi
python -m pip install h5py==2.9.0
python third_party/tf/configure.py

0 comments on commit 70c6cfc

Please sign in to comment.