From 06c748f4bf2ee25b9a79a9a8da0d8c3fcbf59e11 Mon Sep 17 00:00:00 2001 From: Valentin Gauthier Date: Thu, 4 Apr 2024 16:27:16 +0200 Subject: [PATCH] ci --- .github/actions/prepare-poetry/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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