Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 28, 2024
1 parent 50a5686 commit 7d78234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ runs:
if: ${{ inputs.package == 'true' && inputs.pre-release == 'true'}}
- name: Install pylint
run: |
sudo python -m pip install --upgrade pip
sudo pip3 install pylint --break-system-packages
python -m pip install --upgrade pip
pip3 install pylint --break-system-packages
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Install pnpm
Expand Down

0 comments on commit 7d78234

Please sign in to comment.