File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
- BAZEL=0.26.1
20
20
- BAZEL_SHA256SUM=6c50e142a0a405d3d8598050d6c1b3920c8cdb82a7ffca6fc067cb474275148f
21
21
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
24
24
- TF_VERSION_ID= # Do not install TensorFlow in this case
25
25
26
26
cache :
@@ -58,6 +58,10 @@ install:
58
58
- yarn install --ignore-engines
59
59
# Uninstall older Travis numpy to avoid upgrade-in-place issues.
60
60
- 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
61
65
- |
62
66
# Install TensorFlow if requested
63
67
if [ -n "${TF_VERSION_ID}" ]; then
You can’t perform that action at this time.
0 commit comments