We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d5dc8 commit b1402dcCopy full SHA for b1402dc
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
102
grep -v 'INFO: From ProtoCompile ' )
103
- name: 'Bazel: test (with TensorFlow support)'
104
- run: bazel test //tensorboard/... --test_env=TF_USE_LEGACY_KERAS=true
+ run: bazel test //tensorboard/...
105
if: matrix.tf_version_id != 'notf'
106
- name: 'Bazel: test (non-TensorFlow only)'
107
run: bazel test //tensorboard/... --test_tag_filters="support_notf"
0 commit comments