Commit 4047587
authored
Fix failing build on CI by specifying pip package version (#329)
`bazel build //...` was failing due to "googleapis-common-protos[grpc]"
pip package being unavailable.
It seems to be caused by latest googleapis-common-protos release.
Specify googleapis-common-protos in requirements.txt to be in the previous
version (1.51.0) to fix this.
Fixes #321.1 parent c82a8cc commit 4047587
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments