We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bb136 commit 086498dCopy full SHA for 086498d
1 file changed
a2a/trivia_agent/test_startup.exp
@@ -5,7 +5,7 @@
5
set timeout 10
6
7
# 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
+spawn env HOST=localhost PORT=8001 uv run --locked python -c "from src.trivia_agent.agent import run; run()" --host localhost --port 8001
9
10
expect {
11
"Uvicorn running on" { puts "Success"; exit 0 }
0 commit comments