Skip to content

Commit cacf961

Browse files
authored
Merge pull request #91 from apache/dfoulks/pelfix
Added explicit markupsafe version
2 parents 65c8cbb + a6d5b7f commit cacf961

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
@@ -45,7 +45,7 @@ runs:
4545
run: |
4646
(
4747
test "${{ inputs.debug }}" == 'true' || exec >/dev/null
48-
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
48+
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests markupsafe==2.0.1
4949
)
5050
python3 -V
5151
echo "Pelican version:"

0 commit comments

Comments
 (0)