Skip to content

Commit 4003ca1

Browse files
authored
Add colour to Linux and Windows wheel build logs (#9677)
1 parent fb895da commit 4003ca1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
CIBW_ARCHS: ${{ matrix.cibw_arch }}
126126
CIBW_BUILD: ${{ matrix.build }}
127127
CIBW_ENABLE: cpython-prerelease pypy
128+
CIBW_ENVIRONMENT_PASS_LINUX: FORCE_COLOR
128129
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
129130

130131
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -201,7 +202,7 @@ jobs:
201202
-v {project}:C:\pillow
202203
-v C:\cibw:C:\cibw
203204
-v %CD%\..\venv-test:%CD%\..\venv-test
204-
-e CI -e GITHUB_ACTIONS
205+
-e CI -e GITHUB_ACTIONS -e FORCE_COLOR
205206
mcr.microsoft.com/windows/servercore:ltsc2022
206207
powershell C:\pillow\.github\workflows\wheels-test.ps1 %CD%\..\venv-test'
207208
shell: bash

0 commit comments

Comments
 (0)