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 ==="