Skip to content

Commit

Permalink
tests: Fixed the kubeflow-pipelines-tfx-python36 test. Fixes #4390 (#…
Browse files Browse the repository at this point in the history
…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 committed Aug 19, 2020
1 parent 265c9b7 commit f50fc0d
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 f50fc0d

Please sign in to comment.