From 4f4c456b087892934c16645ae3d966cede6d08ad Mon Sep 17 00:00:00 2001 From: David Chen Date: Sun, 5 Jan 2025 22:07:50 +0800 Subject: [PATCH] fix (#415) --- .github/workflows/python-publish-compatible.yml | 2 ++ .github/workflows/python-publish.yml | 2 ++ 2 files changed, 4 insertions(+) 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]