From 78a7167e09ea025f9f10b01ff669604a0c1bd071 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 12:08:22 -0500 Subject: [PATCH] debug --- install_python_env/run_ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_python_env/run_ci.sh b/install_python_env/run_ci.sh index 9ae861d..8e437b0 100644 --- a/install_python_env/run_ci.sh +++ b/install_python_env/run_ci.sh @@ -8,6 +8,7 @@ echo "--- Installing Python Environment ---" # --- Step 0: Checkout Repository path --- echo " --- Current Directory: $(pwd) --- " echo " --- Listing contents: $(ls -la) --- " +echo " --- Listing contents: $(ls -la ./_bec_checkout_/) --- " # --- Step 1: Install Python Packages --- echo "=== Install Python Environment ==="