Skip to content

Commit

Permalink
fix!: Remove pipx from composite steps (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 1, 2025
1 parent eb1669f commit 3765cf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ inputs:
runs:
using: "composite"
steps:
- run: |
python3 -m pip install --user pipx
python3 -m pipx ensurepath
shell: bash
- if: ${{ inputs.poetry-version == 'latest' }}
run: |
pipx install poetry
Expand Down

0 comments on commit 3765cf6

Please sign in to comment.