From 72bd951d9c8b1cc8ce07a93274698061f16916ea Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:21:47 +0200 Subject: [PATCH] show capture --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b155032..3556345 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: task: # --show-capture=no on purpose - name: Test run: | - pytest --show-capture=no --color=yes tests/ + pytest --color=yes tests/ include: - python: '3.10'