diff --git a/ci/check_inference.py b/ci/check_inference.py index 67a64d0..a502c4c 100644 --- a/ci/check_inference.py +++ b/ci/check_inference.py @@ -15,8 +15,7 @@ for line in iter(p.stdout.readline, b''): output += line.decode() + print(line.decode(), end="") - print(output) print("Asserting that the output contains the expected SQL query") - assert b"[SQL] SELECT" in output and b"[/SQL]" in output