Skip to content

Commit

Permalink
Don't use keep_alive
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 25, 2020
1 parent c0fb86e commit 1f16abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ install_ray() {
(
cd "${WORKSPACE_DIR}"/python
build_dashboard_front_end
keep_alive pip install -e .
pip install -v -e .
)
}

Expand Down

0 comments on commit 1f16abb

Please sign in to comment.