diff --git a/.github/workflows/python-publish-compatible.yml b/.github/workflows/python-publish-compatible.yml index 40a9a3d2..0413b28a 100644 --- a/.github/workflows/python-publish-compatible.yml +++ b/.github/workflows/python-publish-compatible.yml @@ -30,6 +30,8 @@ jobs: with: python-version: "3.x" - name: Install Poetry & export Requirements + env: + POETRY_VERSION: "1.5.1" # Specify the desired Poetry version here run: | curl -sSL https://install.python-poetry.org | python3 - poetry self add poetry-dynamic-versioning[plugin] diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a5896901..a64a104f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,6 +30,8 @@ jobs: with: python-version: "3.x" - name: Install Poetry & export Requirements + env: + POETRY_VERSION: "1.5.1" # Specify the desired Poetry version here run: | curl -sSL https://install.python-poetry.org | python3 - poetry self add poetry-dynamic-versioning[plugin]