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 eb2a74a + 1946298 commit 9d30f04Copy full SHA for 9d30f04
pelican/action.yml
@@ -45,7 +45,7 @@ runs:
45
run: |
46
(
47
test "${{ inputs.debug }}" == 'true' || exec >/dev/null
48
- pip3 install --break-system-packages pelican==${{ inputs.version }} markdown bs4 ezt requests
+ PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
49
)
50
python3 -V
51
echo "Pelican version:"
0 commit comments