Skip to content

Commit 36ab8db

Browse files
authored
fix: ensure this action also runs with latest Ubuntu 24.04 runner (#53)
1 parent a3b8724 commit 36ab8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
if [ -n "${{ inputs.plugins }}" ]; then
5757
plugins="${{ inputs.plugins }}"
5858
fi
59-
pip install flake8${flake8_version} ${plugins}
59+
PIP_BREAK_SYSTEM_PACKAGES=1 pip install flake8${flake8_version} ${plugins}
6060
shell: bash
6161
- run: ${{ github.action_path }}/action/entrypoint.sh
6262
shell: bash

0 commit comments

Comments
 (0)