From c2519b29ac81c5184f8337a65b75dd86c78d466b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 31 May 2023 08:35:07 +0200 Subject: [PATCH] TST: force color output in pytest config --- .github/workflows/bleeding_edge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bleeding_edge.yml b/.github/workflows/bleeding_edge.yml index 12fd26be..409c4fc5 100644 --- a/.github/workflows/bleeding_edge.yml +++ b/.github/workflows/bleeding_edge.yml @@ -28,4 +28,4 @@ jobs: - name: Build run: python -m pip install . - name: Run tests - run: pytest + run: pytest --color=yes