Skip to content

Commit

Permalink
Merge pull request #67 from mbrukman/ipynb-bazel-fix
Browse files Browse the repository at this point in the history
Add missing dependency from autogen to ipynb.py
  • Loading branch information
mbrukman authored Aug 5, 2019
2 parents faae983 + 2546da8 commit 6f10851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ package(default_visibility = ["//visibility:public"])
sh_binary(
name = "autogen_tool",
srcs = ["autogen"],
data = [
"ipynb.py",
],
)

0 comments on commit 6f10851

Please sign in to comment.