From c96f00f5d9aa9319c369eff6c534cf8752fc6b4d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 25 Oct 2024 12:55:17 +0200 Subject: [PATCH] fix(ci): drop grpcio-tools pin to apple CI test run Signed-off-by: Ettore Di Giacinto --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f10787068e9..ecef0569d3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -224,7 +224,7 @@ jobs: - name: Dependencies run: | brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm - pip install --user --no-cache-dir grpcio-tools==1.64.1 + pip install --user --no-cache-dir grpcio-tools - name: Test run: | export C_INCLUDE_PATH=/usr/local/include