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.
1 parent 9d30f04 commit ed04ef7Copy full SHA for ed04ef7
pelican/action.yml
@@ -95,7 +95,7 @@ runs:
95
if [ -n "${{ inputs.requirements }}" ]
96
then
97
echo "Installing python requirements from ${{ inputs.requirements }}"
98
- pip3 install --break-system-packages -r ${{ inputs.requirements }}
+ PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install -r ${{ inputs.requirements }}
99
fi
100
if [ "${{ inputs.debug }}" == 'true' ]
101
0 commit comments