From 54fbad52dd738bbe0f5ba8bf6925c625f8438ad9 Mon Sep 17 00:00:00 2001 From: Evgeny Gusarov <evgeny@stakewise.io> Date: Mon, 13 Jan 2025 11:57:30 +0300 Subject: [PATCH] Set poetry version in CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4467d08..ab52ff3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: - name: Install Poetry uses: snok/install-poetry@v1 with: + version: 1.8.3 virtualenvs-create: true virtualenvs-in-project: true installer-parallel: true