Skip to content

Commit

Permalink
Use --break-system-packages flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 28, 2024
1 parent 18e7452 commit cf590ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ runs:
if: ${{ inputs.package == 'true' && inputs.pre-release == 'true'}}
- name: Install pylint
run: |
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pylint
sudo pip3 install pylint --break-system-packages
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Install pnpm
Expand Down

0 comments on commit cf590ca

Please sign in to comment.