mirror of
https://github.com/wassname/ray.git
synced 2026-07-31 12:41:01 +08:00
Make pip install verbose (#9496)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ install_ray() {
|
||||
(
|
||||
cd "${WORKSPACE_DIR}"/python
|
||||
build_dashboard_front_end
|
||||
pip install -v -e .
|
||||
pip install -v -v -e .
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user