Skip to content

Commit 2446a36

Browse files
committed
fixing this pipeline
1 parent bd1a129 commit 2446a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/run_agent_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ build_cli() {
331331
# Function to get the appropriate agentex command
332332
get_agentex_command() {
333333
if [ "$BUILD_CLI" = true ]; then
334-
# Use the local build via rye run from repo root
335-
echo "../../rye run agentex"
334+
# Use the local build via rye run (rye is in PATH)
335+
echo "rye run agentex"
336336
else
337337
# Use the system-installed version
338338
echo "uv run agentex"

0 commit comments

Comments
 (0)