[tune] fix tune builds (#14447)

This commit is contained in:
Richard Liaw 2021-03-02 10:20:20 -08:00 committed by GitHub
parent a24ac13671
commit aa24f8db9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.