Skip to content

Commit

Permalink
tests: Fixed the kubeflow-pipelines-tfx-python36 test. Fixes kubeflow…
Browse files Browse the repository at this point in the history
…#4390 (kubeflow#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
  • Loading branch information
Ark-kun authored and Jeffwan committed Dec 9, 2020
1 parent 0fbbd4e commit 09bf140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presubmit-tests-tfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09bf140

Please sign in to comment.