Skip to content

Commit 5d72ec3

Browse files
omusglennmoy
authored andcommitted
Drop DEFAULT_WORKER_EXECUTABLE from build_julia_worker_command (#9)
1 parent e9fa45d commit 5d72ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ray/_private/services.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,6 @@ def build_julia_worker_command(
18811881
command = [
18821882
sys.executable,
18831883
setup_worker_path,
1884-
DEFAULT_WORKER_EXECUTABLE,
18851884
f"--ray_plasma_store_socket_name={plasma_store_name}",
18861885
f"--ray_raylet_socket_name={raylet_name}",
18871886
"--ray_node_manager_port=RAY_NODE_MANAGER_PORT_PLACEHOLDER",

0 commit comments

Comments
 (0)