From 510c169b0baa3ae4a3dc99d480c7836779c81c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 30 Sep 2024 17:34:28 +0200 Subject: [PATCH] FIXUP: Remove --no-ansi from poetry install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebdf89af..946b41e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: |- apt-get update apt-get install -y git make python3 python3-poetry --no-install-recommends - poetry install --no-ansi --only lint,test + poetry install --only lint,test - name: Run linters to enforce code style run: poetry run make lint - name: Check that the QA script is up to date with the docs