File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
22
- BAZEL=2.1.0
23
23
- BAZEL_SHA256SUM=e13581d44faad6ac807dd917e682fef20359d26728166ac35dadd8ee653a580d
24
24
matrix :
25
- - TF_VERSION_ID=tensorflow==2.4.0rc1
25
+ # HACK: do not try the 2.4.0rc1 because Travis CI cannot reuse any caches.
26
+ # - TF_VERSION_ID=tensorflow==2.4.0rc1
26
27
- TF_VERSION_ID= # Do not install TensorFlow in this case
27
28
28
29
cache :
@@ -63,6 +64,10 @@ install:
63
64
;
64
65
# Keep the node version in sync with node_js key above.
65
66
- nvm use v11
67
+ # HACK: intentionally test just 2.4.0rc1, since the notf version was tested
68
+ # and historically passed in:
69
+ # https://travis-ci.org/github/tensorflow/tensorboard/builds/742878781
70
+ - export TF_VERSION_ID=tensorflow==2.4.0rc1
66
71
- |
67
72
# Install TensorFlow if requested
68
73
if [ -n "${TF_VERSION_ID}" ]; then
You can’t perform that action at this time.
0 commit comments