fix(ci): restore workflow lint compatibility
This commit is contained in:
@@ -163,7 +163,7 @@ jobs:
|
|||||||
continue
|
continue
|
||||||
result = subprocess.run(["python3", "tools/verify_wbs_task_v1.py", "--task", task_id], cwd=root)
|
result = subprocess.run(["python3", "tools/verify_wbs_task_v1.py", "--task", task_id], cwd=root)
|
||||||
if result.returncode != 0:
|
if result.returncode != 0:
|
||||||
print(f"WARNING: verdict generation skipped for {task_id} (exit={result.returncode})", file=sys.stderr)
|
print(f"WARNING: verdict generation skipped for {task_id} (exit={result.returncode})")
|
||||||
PY
|
PY
|
||||||
|
|
||||||
- name: Validate Quant Engine WBS
|
- name: Validate Quant Engine WBS
|
||||||
|
|||||||
Reference in New Issue
Block a user