Skip to content

Commit

Permalink
Revert "fix!: Remove pipx from composite steps (#82)" (#87)
Browse files Browse the repository at this point in the history
This reverts commit 3765cf6.
  • Loading branch information
cclauss authored Jan 10, 2025
1 parent 0dd19c9 commit 65c61ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ 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 65c61ea

Please sign in to comment.