Skip to content

Commit

Permalink
fix(test): Pin pip version in presubmit-tests-tfx.sh Fixes kubeflow#5049
Browse files Browse the repository at this point in the history
 (kubeflow#5050)

* Update presubmit-tests-tfx.sh

* Update presubmit-tests-tfx.sh

* Update presubmit-tests-tfx.sh
  • Loading branch information
chensun authored Jan 29, 2021
1 parent 56476cc commit cad02dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/presubmit-tests-tfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

source_root=$(pwd)

# TODO(#4853) Skipping pip 20.3 due to a bad version resolution logic.
python3 -m pip install --upgrade pip!=20.3.*
# TODO(#5051) Unpin pip version once we figure out how to make the new dependency resolver in pip 20.3+ work in our case.
python3 -m pip install --upgrade pip==20.2.3
python3 -m pip install -r "$source_root/sdk/python/requirements.txt"
# Additional dependencies
#pip3 install coverage==4.5.4 coveralls==1.9.2 six>=1.13.0
Expand Down

0 comments on commit cad02dc

Please sign in to comment.