Skip to content

Commit

Permalink
Revert "Force tests to use keras 2" after keras-team/keras#19353 (#6805)
Browse files Browse the repository at this point in the history
Reverts #6804.

keras-team/keras#19353 resolves this on Keras' end.
  • Loading branch information
groszewn authored Mar 22, 2024
1 parent 95d5dc8 commit b1402dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
grep -v 'external/com_google_protobuf/python: warning: directory' |&\
grep -v 'INFO: From ProtoCompile ' )
- name: 'Bazel: test (with TensorFlow support)'
run: bazel test //tensorboard/... --test_env=TF_USE_LEGACY_KERAS=true
run: bazel test //tensorboard/...
if: matrix.tf_version_id != 'notf'
- name: 'Bazel: test (non-TensorFlow only)'
run: bazel test //tensorboard/... --test_tag_filters="support_notf"
Expand Down

0 comments on commit b1402dc

Please sign in to comment.