mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[tune] fix tune builds (#14447)
This commit is contained in:
parent
a24ac13671
commit
aa24f8db9d
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ install_dependencies() {
|
|||
|
||||
# Additional Tune/SGD/Doc test dependencies.
|
||||
if [ "${TUNE_TESTING-}" = 1 ] || [ "${SGD_TESTING-}" = 1 ] || [ "${DOC_TESTING-}" = 1 ]; then
|
||||
pip install -r "${WORKSPACE_DIR}"/python/requirements/requirements_tune.txt
|
||||
pip install --use-deprecated=legacy-resolver -r "${WORKSPACE_DIR}"/python/requirements/requirements_tune.txt
|
||||
fi
|
||||
|
||||
# For Tune, install upstream dependencies.
|
||||
|
|
Loading…
Add table
Reference in a new issue