Skip to content

Commit

Permalink
[CI] fix failed ci casse (#520)
Browse files Browse the repository at this point in the history
Signed-off-by: sule <[email protected]>
  • Loading branch information
xsuler committed Mar 6, 2025
1 parent 574d471 commit 08a411c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/ray/includes/global_state_accessor.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cdef class GlobalStateAccessor:
cjob_id = self.inner.get().GetNextJobID()
return cjob_id.ToInt()

def get_node_table(self, virtual_cluster_id):
def get_node_table(self, virtual_cluster_id=None):
cdef:
c_vector[c_string] items
c_string item
Expand Down
1 change: 0 additions & 1 deletion python/ray/tests/test_state_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3675,7 +3675,6 @@ def test_core_state_api_usage_tags(shutdown_only):
TagKey.CORE_STATE_API_LIST_CLUSTER_EVENTS,
TagKey.CORE_STATE_API_LIST_NODES,
TagKey.CORE_STATE_API_LIST_OBJECTS,
TagKey.CORE_STATE_API_LIST_VCLUSTERS,
TagKey.CORE_STATE_API_LIST_RUNTIME_ENVS,
TagKey.CORE_STATE_API_LIST_WORKERS,
TagKey.CORE_STATE_API_SUMMARIZE_ACTORS,
Expand Down

0 comments on commit 08a411c

Please sign in to comment.