Skip to content

Commit 65c61ea

Browse files
authoredJan 10, 2025··
Revert "fix!: Remove pipx from composite steps (#82)" (#87)
This reverts commit 3765cf6.
1 parent 0dd19c9 commit 65c61ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ inputs:
1616
runs:
1717
using: "composite"
1818
steps:
19+
- run: |
20+
python3 -m pip install --user pipx
21+
python3 -m pipx ensurepath
22+
shell: bash
1923
- if: ${{ inputs.poetry-version == 'latest' }}
2024
run: |
2125
pipx install poetry

0 commit comments

Comments
 (0)
Please sign in to comment.