diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index df83267b..8d6dc4f3 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -22,7 +22,7 @@ runs: - name: Install Poetry run: | pipx install poetry - pipx inject poetry poetry-dynamic-versioning + pipx inject poetry poetry-dynamic-versioning poetry-plugin-export shell: bash - name: Set up Python ${{ inputs.python-version }} with cache id: setup-python-with-cache