Skip to content

Commit

Permalink
setup-dev.py: remove outdated dashboard link (ray-project#46585)
Browse files Browse the repository at this point in the history
Signed-off-by: hongchaodeng <[email protected]>
  • Loading branch information
hongchaodeng committed Jul 12, 2024
1 parent 4081c05 commit 92321a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions python/ray/setup-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,7 @@ def do_link(package, force=False, skip_list=None, local_path=None):
do_link("widgets", force=args.yes, skip_list=args.skip)
do_link("cluster_utils.py", force=args.yes, skip_list=args.skip)
do_link("_private", force=args.yes, skip_list=args.skip)
# Link package's `dashboard` directly to local (repo's) dashboard.
# The repo's `dashboard` is a file, soft-linking to which will not work
# on Mac.
do_link(
"dashboard",
force=args.yes,
skip_list=args.skip,
local_path="../../../dashboard",
)
do_link("dashboard", force=args.yes, skip_list=args.skip)

if args.extras is not None:
for package in args.extras:
Expand Down

0 comments on commit 92321a9

Please sign in to comment.