Skip to content

Commit

Permalink
Revert setuptools for compatibility with ray dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Aug 28, 2024
1 parent 0b53433 commit 9c5b7af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/building-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
# Revert setuptools for compatibility with ray dashboard.
pip install setuptools==69.5.1
pip install pytest torch cloudpickle cryptography
pip install ray==2.0.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_on_ray1.13.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
# Revert setuptools for compatibility with ray dashboard.
pip install setuptools==69.5.1
pip install pytest torch cloudpickle cryptography
pip install ray==1.13.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests_for_protobuf_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
# Revert setuptools for compatibility with ray dashboard.
pip install setuptools==69.5.1
pip install pytest torch cloudpickle cryptography numpy
pip install protobuf==${{ matrix.protobuf_ver }}
pip install ray==2.4.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests_on_ray_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
# Revert setuptools for compatibility with ray dashboard.
pip install setuptools==69.5.1
pip install pytest
pip install -r dev-requirements.txt
pip install ray==${{ matrix.ray_version }}
Expand Down

0 comments on commit 9c5b7af

Please sign in to comment.