Make pip install verbose (#9496)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-15 18:02:42 +02:00
committed by GitHub
co-authored by Mehrdad
parent 005ea1e125
commit ad83337f46
+1 -1
View File
@@ -238,7 +238,7 @@ install_ray() {
(
cd "${WORKSPACE_DIR}"/python
build_dashboard_front_end
pip install -v -e .
pip install -v -v -e .
)
}