From dbd61b9e6b7d9fceb9f92d23f2dcef6feb9f2a34 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Fri, 22 Oct 2021 17:57:36 -0700 Subject: [PATCH] [Dashboard] Include the dashboard in Windows wheels (#19575) --- python/build-wheel-windows.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/build-wheel-windows.sh b/python/build-wheel-windows.sh index c7c282acaa42..ad9f791634e3 100755 --- a/python/build-wheel-windows.sh +++ b/python/build-wheel-windows.sh @@ -35,6 +35,11 @@ install_ray() { ( pip install wheel + pushd dashboard/client + yarn + yarn build + popd + cd "${WORKSPACE_DIR}"/python "${WORKSPACE_DIR}"/ci/keep_alive pip install -v -e . )