We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5191f8 commit acc4751Copy full SHA for acc4751
pelican/action.yml
@@ -34,7 +34,7 @@ runs:
34
run: |
35
(
36
test "${{ inputs.debug }}" == 'true' || exec >/dev/null
37
- pip3 install pelican==${{ inputs.version }} markdown bs4 ezt
+ pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
38
)
39
python3 -V
40
echo "Pelican version:"
0 commit comments