Fix pip and Bazel interaction messing up CI (#9506)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-16 16:28:37 -07:00
committed by GitHub
parent 60a838f0f0
commit aa33aba1fa
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ install_ray() {
pip install wheel
cd "${WORKSPACE_DIR}"/python
pip install -v -e .
"${WORKSPACE_DIR}"/ci/keep_alive pip install -v -e .
)
}