From ab9c9422415f9520ded086d9812a82d2857a32e5 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 11:59:54 -0500 Subject: [PATCH] refactor: debug path --- install_python_env/run_ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_python_env/run_ci.sh b/install_python_env/run_ci.sh index 5fa4cb1..f8b1ea5 100644 --- a/install_python_env/run_ci.sh +++ b/install_python_env/run_ci.sh @@ -6,8 +6,9 @@ PLUGIN_REPO_NAME="$1" echo "--- Installing Python Environment ---" # --- Step 0: Checkout Repository path --- -cd ../checkout_repositories +cd ../ echo " --- Current Directory: $(pwd) --- " +echo " --- Listing contents: $(ls -la) --- " # --- Step 1: Install Python Packages --- echo "=== Install Python Environment ==="