Skip to content

Commit

Permalink
Install grpc for ray 2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jan 3, 2024
1 parent 4d4f0e9 commit b44a85c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests_on_ray_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b44a85c

Please sign in to comment.