diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 770ebb3..8a068eb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -21,6 +21,7 @@ jobs: env: # Configure a constant location for the uv cache UV_CACHE_DIR: /tmp/.uv-cache + FORCE_COLOR: 1 steps: - uses: actions/checkout@v4