Skip to content

Commit

Permalink
test: fix TFX related test failure due to protobuf version. (#4516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaxiao Zheng committed Sep 19, 2020
1 parent 7c349f3 commit 4e7877f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/presubmit-tests-tfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,7 @@ chmod +x bazel_installer.sh
cd $source_root
git clone --branch v0.23.0-rc0 --depth 1 https://github.com/tensorflow/tfx.git
cd $source_root/tfx
#pip3 install --upgrade pip
#pip3 install --upgrade 'numpy>=1.16,<1.17'
#set -x
#set -e
#python3 setup.py bdist_wheel
#WHEEL_PATH=$(find dist -name "tfx-*.whl")
#python3 -m pip install "${WHEEL_PATH}" --upgrade
python3 -m pip install . --upgrade
#set +e
#set +x
python3 -m pip install . --upgrade --use-feature=2020-resolver

# Three KFP-related unittests
cd $source_root/tfx/tfx/orchestration/kubeflow
Expand Down

0 comments on commit 4e7877f

Please sign in to comment.