From 25e5565ceb2e83f01052ade91090867f5e1c0a57 Mon Sep 17 00:00:00 2001 From: NargiT <3153333+NargiT@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:32:04 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |