Skip to content

Commit

Permalink
Add numpy to pip install list.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jan 9, 2024
1 parent 57985e7 commit 91a8d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_for_protobuf_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
pip install pytest torch cloudpickle cryptography
pip install pytest torch cloudpickle cryptography numpy
pip install protobuf==${{ matrix.protobuf_ver }}
pip install ray==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_on_ray_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
pip install pytest torch cloudpickle cryptography
pip install pytest torch cloudpickle cryptography numpy
# six is required in ray-2.1.0
# grpc is required since ray-2.8.0
pip install "protobuf<4.0" six
Expand Down

0 comments on commit 91a8d13

Please sign in to comment.