Skip to content

Commit 2ef579d

Browse files
authored
Ensure protobuf is installed internally (#6892)
Required to get internal build passing
1 parent 2d1bf5e commit 2ef579d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ py_library(
584584
visibility = ["//visibility:public"],
585585
deps = [
586586
":context",
587+
":expect_protobuf_installed",
587588
"//tensorboard/backend:experiment_id",
588589
"//tensorboard/util:tb_logging",
589590
"@org_mozilla_bleach",

0 commit comments

Comments
 (0)