ray/release/golden_notebook_tests/modin_xgboost_app_config.yaml
matthewdeng 9c36ff81fa
[release] add golden notebook tests for dask/xgboost and modin/xgboost (#16231)
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2021-06-11 10:03:04 +01:00

16 lines
361 B
YAML
Executable file

base_image: "anyscale/ray:1.4.0"
env_vars: { }
debian_packages:
- curl
python:
pip_packages:
- pytest
- xgboost_ray
conda_packages: [ ]
post_build_cmds:
- pip uninstall -y ray || true
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip uninstall -y modin || true
- pip3 install -U git+https://github.com/modin-project/modin