Skip to content

Commit b68abe9

Browse files
committed
Update Travis to use TensorFlow 1.15.0-rc0
1 parent 549ec63 commit b68abe9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919
- BAZEL=0.26.1
2020
- BAZEL_SHA256SUM=6c50e142a0a405d3d8598050d6c1b3920c8cdb82a7ffca6fc067cb474275148f
2121
matrix:
22-
- TF_VERSION_ID=tf-nightly==1.15.0.dev20190816
23-
- TF_VERSION_ID=tf-nightly-2.0-preview
22+
- TF_VERSION_ID=tensorflow==1.15.0rc0
23+
- TF_VERSION_ID=tf-nightly-2.0-preview==2.0.0.dev20190911
2424
- TF_VERSION_ID= # Do not install TensorFlow in this case
2525

2626
cache:
@@ -58,6 +58,10 @@ install:
5858
- yarn install --ignore-engines
5959
# Uninstall older Travis numpy to avoid upgrade-in-place issues.
6060
- pip uninstall -y numpy
61+
# Work around incompatible `gast` version in TensorFlow dependencies,
62+
# fixed on the release branch but not in rc0:
63+
# https://github.com/tensorflow/tensorflow/issues/32319
64+
- pip install gast==0.2.2
6165
- |
6266
# Install TensorFlow if requested
6367
if [ -n "${TF_VERSION_ID}" ]; then

0 commit comments

Comments
 (0)