Skip to content

Commit

Permalink
Also specify TF estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
pshved committed Jul 8, 2020
1 parent 24f6acf commit f8df0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ install:
- pip install poetry
#- pip install tensorflow==$TF_VERSION
# Work around https://github.com/python-poetry/poetry/issues/602
- poetry remove tensorflow
- poetry add tensorflow==$TF_VERSION
- poetry remove tensorflow tensorflow-estimator
- poetry add tensorflow==$TF_VERSION tensorflow-estimator==$TF_VERSION
- poetry install -v

script: pytest
Expand Down

0 comments on commit f8df0b6

Please sign in to comment.