Fix streaming ci failure (#12830)

This commit is contained in:
chaokunyang
2020-12-30 10:45:52 +08:00
committed by GitHub
parent 59e9b80903
commit 33089c44e2
11 changed files with 30 additions and 31 deletions
+2
View File
@@ -771,6 +771,8 @@ def init(
driver_object_store_memory=_driver_object_store_memory,
job_id=None,
job_config=job_config)
if job_config and job_config.code_search_path:
global_worker.set_load_code_from_local(True)
for hook in _post_init_hooks:
hook()