From d5924dcbe0658fa7d2e0b2a288ef9ac882642818 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 28 Aug 2025 12:36:50 +0200 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 8c7f9dc..990fe4c 100644 --- a/action.yml +++ b/action.yml @@ -233,6 +233,10 @@ runs: { echo "set -e" echo "set -x" + if [ "${{ inputs.env }}" = "conda" ]; then + echo "export PATH=\"$HOME/mambaforge/bin:\$PATH\"" + fi + echo "${{ inputs.custom_shell_commands_before }}" } > custom_commands.sh