Make YOLO preflight runnable in backend container
This commit is contained in:
@@ -35,6 +35,7 @@ def test_readiness_gate_compiles_yolo_preflight_script() -> None:
|
||||
content = script.read_text(encoding="utf-8")
|
||||
|
||||
assert "-m py_compile scripts/yolo_preflight.py" in content
|
||||
assert "-m py_compile backend/scripts/yolo_preflight.py" in content
|
||||
|
||||
|
||||
def test_demo_export_workflow_script_verifies_export_endpoints() -> None:
|
||||
|
||||
Reference in New Issue
Block a user