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