mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
[Dependencies] Move requirements.txt to requirements directory. (#13636)
This commit is contained in:
@@ -274,7 +274,7 @@ install_dependencies() {
|
||||
local status="0";
|
||||
local errmsg="";
|
||||
for _ in {1..3}; do
|
||||
errmsg=$(CC=gcc pip install -r "${WORKSPACE_DIR}"/python/requirements.txt 2>&1) && break;
|
||||
errmsg=$(CC=gcc pip install -r "${WORKSPACE_DIR}"/python/requirements/requirements.txt 2>&1) && break;
|
||||
status=$errmsg && echo "'pip install ...' failed, will retry after n seconds!" && sleep 30;
|
||||
done
|
||||
if [ "$status" != "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user