Skip to content

Commit acc4751

Browse files
committed
requests is needed
1 parent c5191f8 commit acc4751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelican/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
(
3636
test "${{ inputs.debug }}" == 'true' || exec >/dev/null
37-
pip3 install pelican==${{ inputs.version }} markdown bs4 ezt
37+
pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
3838
)
3939
python3 -V
4040
echo "Pelican version:"

0 commit comments

Comments
 (0)