ray/release/golden_notebook_tests
Kai Fricke 1ed8bd0345
[release/xgboost/lightgbm] Fix app config dependency install overwriting ray (#25307)
This line:

```
pip3 install -U --force-reinstall xgboost xgboost_ray lightgbm_ray petastorm
```

also re-installs the dependencies of these packages, and the `--force-reinstall` means we overwrite existing ones. This leads us to re-install the latest ray release, overwriting the wheels to be tested:

```
[INFO] 5/31/2022, 12:12:16 AM: Successfully installed ... ray-1.12.1 ...
[INFO] 5/31/2022, 12:12:17 AM: * Executed RUN pip3 install -U --force-reinstall xgboost xgboost_ray petastorm  (ff6ae9f9)
```

Instead, we should use `--no-deps` to avoid re-installing dependencies. Also, the wheels sanity check is moved to after installing additional packages in order to catch these errors earlier.
2022-05-31 13:46:17 +02:00
..
workloads [Train] Fully deprecate Ray SGD v1 (#24038) 2022-04-25 16:12:57 -07:00
compute_tpl.yaml [release] add golden notebook tests for dask/xgboost and modin/xgboost (#16231) 2021-06-11 10:03:04 +01:00
dask_xgboost_app_config.yaml [release/xgboost/lightgbm] Fix app config dependency install overwriting ray (#25307) 2022-05-31 13:46:17 +02:00
gpu_tpl.yaml [release] add golden notebook release test for torch/tune/serve (#16619) 2021-06-29 09:13:23 -07:00
modin_xgboost_app_config.yaml [release/xgboost/lightgbm] Fix app config dependency install overwriting ray (#25307) 2022-05-31 13:46:17 +02:00
torch_tune_serve_app_config.yaml [Nightly test] Move two line downloads to one line. (#25061) 2022-05-22 00:07:03 -07:00