diff --git a/.github/actions/prepare-poetry/action.yml b/.github/actions/prepare-poetry/action.yml index e8302ee..992b398 100644 --- a/.github/actions/prepare-poetry/action.yml +++ b/.github/actions/prepare-poetry/action.yml @@ -47,11 +47,11 @@ runs: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-1 + - name: Install Poetry Plugins + run: poetry self add "poetry-dynamic-versioning[plugin]" + shell: bash + - name: Install dependencies and library # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction shell: bash - - - name: Install Poetry Plugins - run: poetry self add "poetry-dynamic-versioning[plugin]" - shell: bash