We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb7a99 commit 5431cfdCopy full SHA for 5431cfd
1 file changed
examples/tutorials/run_agent_test.sh
@@ -270,16 +270,7 @@ run_test() {
270
fi
271
272
# Stream pytest output directly in real-time
273
- if [ "$BUILD_CLI" = true ]; then
274
- local wheel_file=$(ls /home/runner/work/*/*/dist/agentex_sdk-*.whl 2>/dev/null | head -n1)
275
- if [[ -n "$wheel_file" ]]; then
276
- uv run --with "$wheel_file" pytest tests/test_agent.py -v -s
277
- else
278
- uv run pytest tests/test_agent.py -v -s
279
- fi
280
281
282
+ uv run pytest tests/test_agent.py -v -s
283
exit_code=$?
284
285
if [ $exit_code -eq 0 ]; then
0 commit comments