Skip to content

Commit

Permalink
ci: Switch to FORCE_COLOR
Browse files Browse the repository at this point in the history
pytest understands that since a while: https://pytest.org/en/7.0.x/reference/reference.html#environment-variables and other tools are adopting it: sphinx-doc/sphinx#10260
  • Loading branch information
The-Compiler committed Mar 30, 2022
1 parent c0677c0 commit 366f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'dependabot/*'
pull_request:
env:
PY_COLORS: "1"
FORCE_COLOR: "1"
MYPY_FORCE_TERMINAL_WIDTH: "180"

jobs:
Expand Down

0 comments on commit 366f382

Please sign in to comment.