Skip to content

Commit b1402dc

Browse files
authored
Revert "Force tests to use keras 2" after keras-team/keras#19353 (#6805)
Reverts #6804. keras-team/keras#19353 resolves this on Keras' end.
1 parent 95d5dc8 commit b1402dc

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/... --test_env=TF_USE_LEGACY_KERAS=true
104+
run: bazel test //tensorboard/...
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)