diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index 2003a4dab53218..be0915d410943c 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -24,7 +24,7 @@ runs: - name: Install Poetry shell: bash - run: pipx install poetry==${{ inputs.poetry-version }} + run: pip install poetry==${{ inputs.poetry-version }} - name: Restore Poetry cache if: ${{ inputs.poetry-lockfile != '' }}