We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0dd19c9 commit 65c61eaCopy full SHA for 65c61ea
action.yml
@@ -16,6 +16,10 @@ inputs:
16
runs:
17
using: "composite"
18
steps:
19
+ - run: |
20
+ python3 -m pip install --user pipx
21
+ python3 -m pipx ensurepath
22
+ shell: bash
23
- if: ${{ inputs.poetry-version == 'latest' }}
24
run: |
25
pipx install poetry
0 commit comments