We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb895da commit 4003ca1Copy full SHA for 4003ca1
1 file changed
.github/workflows/wheels.yml
@@ -125,6 +125,7 @@ jobs:
125
CIBW_ARCHS: ${{ matrix.cibw_arch }}
126
CIBW_BUILD: ${{ matrix.build }}
127
CIBW_ENABLE: cpython-prerelease pypy
128
+ CIBW_ENVIRONMENT_PASS_LINUX: FORCE_COLOR
129
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
130
131
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -201,7 +202,7 @@ jobs:
201
202
-v {project}:C:\pillow
203
-v C:\cibw:C:\cibw
204
-v %CD%\..\venv-test:%CD%\..\venv-test
- -e CI -e GITHUB_ACTIONS
205
+ -e CI -e GITHUB_ACTIONS -e FORCE_COLOR
206
mcr.microsoft.com/windows/servercore:ltsc2022
207
powershell C:\pillow\.github\workflows\wheels-test.ps1 %CD%\..\venv-test'
208
shell: bash
0 commit comments