From 2d2e8759bb475e257afbf7ea42de3b63743eec54 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 17 Dec 2025 19:18:07 +0100 Subject: [PATCH] fix(ci): remove specific version for grpcio packages (#7627) Updated grpcio-tools and grpcio installation to latest version. Signed-off-by: Ettore Di Giacinto --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5efdd28ef..e54f3003e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,11 +109,6 @@ jobs: sudo apt-get update sudo apt-get install -y cuda-nvcc-${CUDA_VERSION} libcublas-dev-${CUDA_VERSION} export CUDACXX=/usr/local/cuda/bin/nvcc - - - # The python3-grpc-tools package in 22.04 is too old - pip install --user grpcio-tools==1.71.0 grpcio==1.71.0 - make -C backend/python/transformers make backends/huggingface backends/llama-cpp backends/local-store backends/silero-vad backends/piper backends/whisper backends/stablediffusion-ggml @@ -210,7 +205,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.71.0 grpcio==1.71.0 + pip install --user --no-cache-dir grpcio-tools grpcio - name: Build llama-cpp-darwin run: | make protogen-go