diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a119c60..cb36c87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,13 @@ jobs: matrix: python-version: ["3.10", "3.11"] + env: + FORCE_COLOR: 1 + TERM: xterm-color + MYPY_FORCE_COLOR: 1 + MYPY_FORCE_TERMINAL_WIDTH: 200 + PYTEST_ADDOPTS: --color=yes + steps: - uses: actions/checkout@v3