Skip to content

Commit f689c78

Browse files
mudlersredman
authored andcommitted
fix(ci): remove specific version for grpcio packages (mudler#7627)
Updated grpcio-tools and grpcio installation to latest version. Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Signed-off-by: Simon Redman <simon@ergotech.com>
1 parent f34d022 commit f689c78

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ jobs:
109109
sudo apt-get update
110110
sudo apt-get install -y cuda-nvcc-${CUDA_VERSION} libcublas-dev-${CUDA_VERSION}
111111
export CUDACXX=/usr/local/cuda/bin/nvcc
112-
113-
114-
# The python3-grpc-tools package in 22.04 is too old
115-
pip install --user grpcio-tools==1.71.0 grpcio==1.71.0
116-
117112
make -C backend/python/transformers
118113
119114
make backends/huggingface backends/llama-cpp backends/local-store backends/silero-vad backends/piper backends/whisper backends/stablediffusion-ggml
@@ -210,7 +205,7 @@ jobs:
210205
- name: Dependencies
211206
run: |
212207
brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm
213-
pip install --user --no-cache-dir grpcio-tools==1.71.0 grpcio==1.71.0
208+
pip install --user --no-cache-dir grpcio-tools grpcio
214209
- name: Build llama-cpp-darwin
215210
run: |
216211
make protogen-go

0 commit comments

Comments
 (0)