Merge pull request #8633 from The-Compiler/ci-colors

ci: Force colors on
This commit is contained in:
Anthony Sottile 2021-05-05 08:09:47 -07:00 committed by GitHub
commit 634312b14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ on:
branches:
- main
- "[0-9]+.[0-9]+.x"
env:
PYTEST_ADDOPTS: "--color=yes"
jobs:
build: