Skip to content

Commit

Permalink
[Ray] Fix ray dataset compatibility (#2693)
Browse files Browse the repository at this point in the history
* use ray<1.10.0

* fix typo

* fix comments
  • Loading branch information
chaokunyang authored Feb 10, 2022
1 parent 45eeb8d commit dab1fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/platform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
rm -fr /tmp/etcd-$ETCD_VER-linux-amd64.tar.gz /tmp/etcd-download-test
fi
if [ -n "$WITH_RAY" ]; then
pip install pip install ray[default]
# TODO: relax version after refactoring ray dataset integration using ray datasource api.
pip install "ray[default]<1.10.0"
pip install xgboost_ray==0.1.5
pip install --upgrade numpy
fi
Expand Down

0 comments on commit dab1fa5

Please sign in to comment.