Skip to content

Commit

Permalink
Streaming attempt v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy committed Feb 15, 2024
1 parent 74db36c commit 9fc213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

for line in iter(p.stdout.readline, b''):
output += line.decode()
print(line.decode(), end="")
print(line.decode())

print("Asserting that the output contains the expected SQL query")
assert "[SQL] SELECT" in output and "[/SQL]" in output

0 comments on commit 9fc213e

Please sign in to comment.