Skip to content

Commit 5633f12

Browse files
committed
Echo if requirements file not found
1 parent d4d900b commit 5633f12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pelican/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ runs:
105105
then
106106
echo "Installing python requirements from ${{ inputs.requirements }}"
107107
pip3 install -r ${{ inputs.requirements }}
108+
else
109+
echo "Requirements file ${{ inputs.requirements }} does not exist"
108110
fi
109111
python3 -B -m pelican content -e "$PP" -o ${{ inputs.tempdir }} $OPTS
110112

0 commit comments

Comments
 (0)