Skip to content

Commit f2d5e4c

Browse files
committed
chore: enable colored output in CI logs
Set environment variables to force colored output for tools and disable the interactive `tox` spinner. This improves the readability and cleanliness of the GitHub Actions logs.
1 parent 7ea1396 commit f2d5e4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
build:
1111
runs-on: ${{ matrix.os }}
12+
env:
13+
FORCE_COLOR: 1
14+
PY_COLORS: 1
15+
TOX_PARALLEL_NO_SPINNER: 1
1216
strategy:
1317
matrix:
1418
os: [ubuntu-latest]

0 commit comments

Comments
 (0)