Skip to content

Commit

Permalink
fix: ensure this action also runs with latest Ubuntu 24.04 runner (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Oct 14, 2024
1 parent a3b8724 commit 36ab8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
if [ -n "${{ inputs.plugins }}" ]; then
plugins="${{ inputs.plugins }}"
fi
pip install flake8${flake8_version} ${plugins}
PIP_BREAK_SYSTEM_PACKAGES=1 pip install flake8${flake8_version} ${plugins}
shell: bash
- run: ${{ github.action_path }}/action/entrypoint.sh
shell: bash
Expand Down

0 comments on commit 36ab8db

Please sign in to comment.