From 18330cdde008ac48d04d633484356da05baa8032 Mon Sep 17 00:00:00 2001 From: Diogo Matos Chaves Date: Sun, 21 Jan 2024 19:23:29 -0300 Subject: [PATCH] Update poetry version --- .github/workflows/build_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index 67b0519..0cb558a 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -18,10 +18,10 @@ jobs: with: python-version: 3.8 - name: Install and configure Poetry - uses: snok/install-poetry@v1.1.2 + uses: snok/install-poetry@v1.3.3 with: - version: 1.1.5 - virtualenvs-create: false + version: 1.7.1 + virtualenvs-create: true - name: Install dependencies run: | poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi