Skip to content

Commit 086498d

Browse files
committed
Allow trivia_agent to sync
Signed-off-by: Ed Snible <snible@us.ibm.com>
1 parent 99bb136 commit 086498d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

a2a/trivia_agent/test_startup.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set timeout 10
66

77
# This is similar the Dockerfile CMD
8-
spawn env HOST=localhost PORT=8001 uv run --no-sync python -c "from src.trivia_agent.agent import run; run()" --host localhost --port 8001
8+
spawn env HOST=localhost PORT=8001 uv run --locked python -c "from src.trivia_agent.agent import run; run()" --host localhost --port 8001
99

1010
expect {
1111
"Uvicorn running on" { puts "Success"; exit 0 }

0 commit comments

Comments
 (0)