Replies: 1 comment 2 replies
-
The way Bazel works is that it forms a dependency graph so you can look up which packages are depending on the python proto targets: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that Bazel is being used.
After I run pip install, the pb2.py files are generated from the .proto files.
My question is where is the place that trigger the bazel to build and generate the various pb2.py files in the components folder?
Beta Was this translation helpful? Give feedback.
All reactions