Remove old GRPC bash script and convert to python3 (#7454)

* Remove old GRPC bash script and convert to python3

* updated checking gRPC script to python3
This commit is contained in:
Derek Bailey
2022-08-16 23:44:50 -07:00
committed by GitHub
parent b057aa917f
commit 7aae0af305
8 changed files with 175 additions and 104 deletions

View File

@@ -275,7 +275,7 @@ jobs:
- name: Generate
run: scripts/check_generate_code.py
- name: Generate gRPC
run: bash scripts/check-grpc-generated-code.sh
run: scripts/check-grpc-generated-code.py
build-benchmarks:
name: Build Benchmarks (on Linux)