From f50fc0d32c1e0dc7a523ca6f5fd04e6a61183268 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Wed, 19 Aug 2020 12:41:22 -0700 Subject: [PATCH] tests: Fixed the kubeflow-pipelines-tfx-python36 test. Fixes #4390 (#4391) * tests: Unpin the TFX version This fixes the protoc issue. The ml_metadata issue is already fixed in master. * Re-pined to v0.23.0-rc0 --- test/presubmit-tests-tfx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presubmit-tests-tfx.sh b/test/presubmit-tests-tfx.sh index c07ea3c6bfc..94c7ad710a7 100755 --- a/test/presubmit-tests-tfx.sh +++ b/test/presubmit-tests-tfx.sh @@ -42,8 +42,8 @@ chmod +x bazel_installer.sh # Install TFX from head cd $source_root git clone https://github.com/tensorflow/tfx.git +git checkout v0.23.0-rc0 cd $source_root/tfx -git checkout v0.22.1 #pip3 install --upgrade pip #pip3 install --upgrade 'numpy>=1.16,<1.17' #set -x