Skip to content

Commit ed04ef7

Browse files
authored
NR: same fix to another BSP invocation
1 parent 9d30f04 commit ed04ef7

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
@@ -95,7 +95,7 @@ runs:
9595
if [ -n "${{ inputs.requirements }}" ]
9696
then
9797
echo "Installing python requirements from ${{ inputs.requirements }}"
98-
pip3 install --break-system-packages -r ${{ inputs.requirements }}
98+
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install -r ${{ inputs.requirements }}
9999
fi
100100
if [ "${{ inputs.debug }}" == 'true' ]
101101
then

0 commit comments

Comments
 (0)