Skip to content

Commit dab1fa5

Browse files
authored
[Ray] Fix ray dataset compatibility (#2693)
* use ray<1.10.0 * fix typo * fix comments
1 parent 45eeb8d commit dab1fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/platform-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
rm -fr /tmp/etcd-$ETCD_VER-linux-amd64.tar.gz /tmp/etcd-download-test
8383
fi
8484
if [ -n "$WITH_RAY" ]; then
85-
pip install pip install ray[default]
85+
# TODO: relax version after refactoring ray dataset integration using ray datasource api.
86+
pip install "ray[default]<1.10.0"
8687
pip install xgboost_ray==0.1.5
8788
pip install --upgrade numpy
8889
fi

0 commit comments

Comments
 (0)