diff --git a/action.yml b/action.yml index ea89866..7e6d051 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: shell: bash - if: ${{ inputs.poetry-version == 'latest' }} run: | - pipx install --pip-args="-U" poetry + pipx install poetry shell: bash - if: ${{ inputs.poetry-version != 'latest' }} run: |