From 35d14d54c0b64ec2b8f82fb1e93679d47048334e Mon Sep 17 00:00:00 2001 From: Anderson Resende Date: Mon, 20 Jan 2025 10:39:07 -0300 Subject: [PATCH 1/2] Added package-mode to false --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ce55eb63..16c49215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Django 5, React, Bootstrap 5 with Python 3 and webpack project bo authors = ["Vinta Software "] license = "MIT" readme = "README.md" +package-mode = false [tool.poetry.dependencies] python = "^3.12" From f3cfb4a456dc2a398a71c55c083ccf56c2aabf89 Mon Sep 17 00:00:00 2001 From: Anderson Resende Date: Mon, 20 Jan 2025 10:47:20 -0300 Subject: [PATCH 2/2] Updated poetry version --- .github/workflows/shared-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-build/action.yml b/.github/workflows/shared-build/action.yml index a7dfe750..7a5b28dc 100644 --- a/.github/workflows/shared-build/action.yml +++ b/.github/workflows/shared-build/action.yml @@ -59,7 +59,7 @@ runs: - run: npm dedupe working-directory: testproject shell: bash - - run: pip install poetry==1.7.1 --upgrade + - run: pip install poetry==1.8.3 --upgrade working-directory: testproject shell: bash - run: poetry install --with dev --no-root --no-interaction --no-ansi