Skip to content

Commit

Permalink
[Dashboard] Include the dashboard in Windows wheels (#19575)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored Oct 23, 2021
1 parent a7b219f commit dbd61b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/build-wheel-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
)
Expand Down

0 comments on commit dbd61b9

Please sign in to comment.