From c285828a36342e2607b338d577ee340a94def0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20Carre=C3=B1o?= Date: Mon, 9 Mar 2026 13:24:01 +0100 Subject: [PATCH] fix: force the workflow to work with poetry 1.8.4 to avoid breaking changes and maintain compatibility. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb8dd3..132af3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: + version: 1.8.4 virtualenvs-create: true virtualenvs-in-project: true installer-parallel: true