From 14ccdf192993e4fb8e5700b829d0fd134d5f5e3c Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 9 Sep 2025 15:12:34 -0700 Subject: [PATCH] no uv run --- scripts/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index 0056bb842..c0bef8302 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -141,7 +141,7 @@ fi # Apply setup-specific environment variables (needed for server startup and tests) echo "=== Applying Setup Environment Variables ===" -SETUP_ENV=$(PYTHONPATH=$THIS_DIR/.. uv run python "$THIS_DIR/get_setup_env.py" --suite "$TEST_SUITE" --setup "$TEST_SETUP" --format bash) +SETUP_ENV=$(PYTHONPATH=$THIS_DIR/.. python "$THIS_DIR/get_setup_env.py" --suite "$TEST_SUITE" --setup "$TEST_SETUP" --format bash) echo "Setting up environment variables:" echo "$SETUP_ENV" eval "$SETUP_ENV"