Skip to content

Commit

Permalink
Setup Sonnet Jenkins tests for py2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 154536824
  • Loading branch information
Deepmind authored and adria-p committed Apr 28, 2017
1 parent 23972bb commit 697c20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sonnet/python/BUILD
Expand Up @@ -175,6 +175,7 @@ module_tests = [
name = test_name,
size = test_size,
srcs = ["modules/%s%s.py" % (test_subdir, test_name)],
srcs_version = "PY2AND3",
deps = [
# mox dep,
"//sonnet",
Expand Down
2 changes: 1 addition & 1 deletion sonnet/tensorflow.bzl
Expand Up @@ -81,7 +81,7 @@ def tf_custom_op_library_additional_deps():
return [
"@org_tensorflow//third_party/eigen3",
"@org_tensorflow//tensorflow/core:framework_headers_lib",
"@protobuf//:protobuf_headers",
"@protobuf//:protobuf",
]

def tf_custom_op_library(name, srcs=[], gpu_srcs=[], deps=[]):
Expand Down

0 comments on commit 697c20f

Please sign in to comment.