Skip to content

Commit 95d5dc8

Browse files
authored
Force tests to use keras 2 (#6804)
This should resolve build breakages.
1 parent fcbae5e commit 95d5dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
102102
grep -v 'INFO: From ProtoCompile ' )
103103
- name: 'Bazel: test (with TensorFlow support)'
104-
run: bazel test //tensorboard/...
104+
run: bazel test //tensorboard/... --test_env=TF_USE_LEGACY_KERAS=true
105105
if: matrix.tf_version_id != 'notf'
106106
- name: 'Bazel: test (non-TensorFlow only)'
107107
run: bazel test //tensorboard/... --test_tag_filters="support_notf"

0 commit comments

Comments
 (0)