Update action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user