Skip to content

Commit

Permalink
Testing - Stabilize TFX installation using the unstanble pip resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed May 21, 2020
1 parent 291f5b3 commit 85ddffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ matrix:
- 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 "${WHEEL_PATH}" --upgrade --unstable-feature=resolver # See https://github.com/pypa/pip/issues/8218#issuecomment-628429786
- set +e
- set +x
# Three KFP-related unittests
Expand Down

0 comments on commit 85ddffe

Please sign in to comment.