mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Release/Xgboost] Fix master install (#19991)
This commit is contained in:
parent
3c9f91bd1d
commit
f4b425f84c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ debian_packages:
|
|||
python:
|
||||
pip_packages:
|
||||
- pytest
|
||||
- xgboost_ray
|
||||
- git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
|
||||
- petastorm
|
||||
conda_packages: []
|
||||
|
||||
|
@ -16,7 +16,7 @@ post_build_cmds:
|
|||
- pip3 install numpy || true
|
||||
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||||
- pip3 install -U petastorm # Install latest release
|
||||
- pip3 install -U "git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray" # Install latest master
|
||||
- pip3 install -U "git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray" # Install latest master
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
- sudo mkdir -p /data || true
|
||||
- sudo chown ray:1000 /data || true
|
||||
|
|
Loading…
Add table
Reference in a new issue