mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Symlink workflow for development (#22554)
This commit is contained in:
parent
2e0186a5b6
commit
f6f0fea102
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,8 @@ if __name__ == "__main__":
|
|||
"--yes", "-y", action="store_true", help="Don't ask for confirmation."
|
||||
)
|
||||
args = parser.parse_args()
|
||||
if not args.yes:
|
||||
print("NOTE: Use '-y' to override all python files without confirmation.")
|
||||
|
||||
do_link("rllib", force=args.yes, local_path="../../../rllib")
|
||||
do_link("tune", force=args.yes)
|
||||
|
@ -86,6 +88,7 @@ if __name__ == "__main__":
|
|||
do_link("experimental", force=args.yes)
|
||||
do_link("util", force=args.yes)
|
||||
do_link("serve", force=args.yes)
|
||||
do_link("workflow", force=args.yes)
|
||||
do_link("_private", force=args.yes)
|
||||
do_link("node.py", force=args.yes)
|
||||
do_link("cluster_utils.py", force=args.yes)
|
||||
|
|
Loading…
Add table
Reference in a new issue