From b44a85cf63a8fbc2779c68b1534461d6002faa04 Mon Sep 17 00:00:00 2001 From: "albert.zah" Date: Wed, 3 Jan 2024 12:04:29 +0000 Subject: [PATCH] Install grpc for ray 2.8. --- .github/workflows/unit_tests_on_ray_matrix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests_on_ray_matrix.yml b/.github/workflows/unit_tests_on_ray_matrix.yml index 45c0e4a..4b495b6 100644 --- a/.github/workflows/unit_tests_on_ray_matrix.yml +++ b/.github/workflows/unit_tests_on_ray_matrix.yml @@ -34,7 +34,8 @@ jobs: which python pip install pytest torch cloudpickle cryptography # six is required in ray-2.1.0 - pip install "protobuf<4.0" six + # grpc is required since ray-2.8.0 + pip install "protobuf<4.0" six grpc pip install ray==${{ matrix.ray_version }} - name: Build and test