Skip to content

Commit

Permalink
ci: Force colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 16, 2022
1 parent 57f6cd8 commit 6e8bee4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -100,6 +100,9 @@ jobs:
# ready for that.
echo "SETUPTOOLS_USE_DISTUTILS=not-today" >> $GITHUB_ENV
# Colored pytest output on CI despite not having a tty
echo "FORCE_COLOR=1" >> $GITHUB_ENV
# Use bash for this step, so that we can avoid dealing with PowerShell
# syntax for writing to environmental file on Windows.
- name: Set up environment variables (Windows)
Expand All @@ -110,6 +113,9 @@ jobs:
# ready for that.
echo "SETUPTOOLS_USE_DISTUTILS=not-today" >> $GITHUB_ENV
# Colored pytest output on CI despite not having a tty
echo "FORCE_COLOR=1" >> $GITHUB_ENV
- name: Start display server
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 6e8bee4

Please sign in to comment.