Skip to content

Commit 9d30f04

Browse files
authored
Merge pull request #76 from apache/sebbASF-patch-1
Conditional BSP
2 parents eb2a74a + 1946298 commit 9d30f04

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-
pip3 install --break-system-packages pelican==${{ inputs.version }} markdown bs4 ezt requests
48+
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install pelican==${{ inputs.version }} markdown bs4 ezt requests
4949
)
5050
python3 -V
5151
echo "Pelican version:"

0 commit comments

Comments
 (0)