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.
2 parents 65c8cbb + a6d5b7f commit cacf961Copy full SHA for cacf961
pelican/action.yml
@@ -45,7 +45,7 @@ runs:
45
run: |
46
(
47
test "${{ inputs.debug }}" == 'true' || exec >/dev/null
48
- PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
+ PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests markupsafe==2.0.1
49
)
50
python3 -V
51
echo "Pelican version:"
0 commit comments