From 99350c23270bbbb37d3033e0675bff12ff6ada1f Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Fri, 6 Jan 2023 18:57:45 +0000 Subject: [PATCH] Enable colors for pytest output. This certainly works locally, not sure if it will work on GHA... One way to find out. Signed-off-by: Adam Warner --- build-and-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-and-test.sh b/build-and-test.sh index 28af1e4..b73ed15 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -17,4 +17,5 @@ docker run --rm \ --workdir "$(pwd)" \ --env PIPENV_CACHE_DIR="$(pwd)/.pipenv" \ --env GIT_TAG="${GIT_TAG}" \ + --env PY_COLORS=1 \ ${enter} image_pipenv