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 2222 - BAZEL=2.1.0
2323 - BAZEL_SHA256SUM=e13581d44faad6ac807dd917e682fef20359d26728166ac35dadd8ee653a580d
2424 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
2627 - TF_VERSION_ID= # Do not install TensorFlow in this case
2728
2829cache :
@@ -63,6 +64,10 @@ install:
6364 ;
6465 # Keep the node version in sync with node_js key above.
6566 - 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
6671 - |
6772 # Install TensorFlow if requested
6873 if [ -n "${TF_VERSION_ID}" ]; then
You can’t perform that action at this time.
0 commit comments