From e32bb45a59000628b98c601217c96e289f6a2fb7 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 30 May 2024 16:27:49 -0700 Subject: [PATCH] trying something --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8779d1a9..b75b39011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Install Protobuf Compilers run: | - python3 -m pip install -U "betterproto[compiler]" betterproto-beta9 + python3 -m pip install -U "betterproto-beta9[compiler]" betterproto-beta9 sudo apt install protobuf-compiler sudo apt install golang-goprotobuf-dev go get google.golang.org/grpc/cmd/protoc-gen-go-grpc