Skip to content

Commit

Permalink
Fix ubuntu pipx installation by calling pip from python3
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Reis <tiagovrtreis@gmail.com>
  • Loading branch information
tiagovrtr committed Mar 7, 2024
1 parent 7b6d33e commit 075ddc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ runs:
using: "composite"
steps:
- run: |
pip install --user pipx
pipx ensurepath
python3 -m pip install --user pipx
python3 -m pipx ensurepath
shell: bash
- if: ${{ inputs.poetry-version == 'latest' }}
run: |
Expand Down

0 comments on commit 075ddc5

Please sign in to comment.