We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b8724 commit 36ab8dbCopy full SHA for 36ab8db
1 file changed
action.yml
@@ -56,7 +56,7 @@ runs:
56
if [ -n "${{ inputs.plugins }}" ]; then
57
plugins="${{ inputs.plugins }}"
58
fi
59
- pip install flake8${flake8_version} ${plugins}
+ PIP_BREAK_SYSTEM_PACKAGES=1 pip install flake8${flake8_version} ${plugins}
60
shell: bash
61
- run: ${{ github.action_path }}/action/entrypoint.sh
62
0 commit comments