Update action.yml

This commit is contained in:
2025-08-28 12:36:50 +02:00
parent 2dfb9c5193
commit d5924dcbe0
+4
View File
@@ -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