Commit 4047587
authored
Fix failing build on CI by specifying pip package version (bazel-contrib#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 bazel-contrib#321.1 parent c82a8cc commit 4047587
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments