aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-08-05 02:55:09 -0600
committerTim Harder <radhermit@gmail.com>2021-08-05 02:55:09 -0600
commit1f408ec6ec96b6d754baf29f0d59f460a9699918 (patch)
tree1708912c403a0768059e4ef7960645707d7de090 /.github
parentgithub: run pytest verbosely for cibuildwheel (diff)
downloadpkgcheck-1f408ec6ec96b6d754baf29f0d59f460a9699918.tar.gz
pkgcheck-1f408ec6ec96b6d754baf29f0d59f460a9699918.tar.bz2
pkgcheck-1f408ec6ec96b6d754baf29f0d59f460a9699918.zip
github: forcibly enable colors for pytest cibuildwheel output
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 15fa8ebc..24c6bb97 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
CIBW_BEFORE_BUILD: pip install -r {project}/requirements/dist.txt && {project}/.github/workflows/manylinux.sh
CIBW_BEFORE_TEST: pip install -r {project}/requirements/test.txt
+ CIBW_ENVIRONMENT: PY_COLORS=1
CIBW_TEST_COMMAND: pytest -v {project}/tests
- name: Output dist file info