ci: Force colors

This commit is contained in:
Florian Bruhin 2020-07-02 22:00:12 +02:00
parent a42892d203
commit 64d282e73b
1 changed files with 2 additions and 0 deletions

View File

@ -108,4 +108,6 @@ jobs:
- name: Install dependencies
run: "bash scripts/dev/ci/install.sh ${{ matrix.testenv }}"
- name: "Run ${{ matrix.testenv }}"
env:
PYTEST_ADDOPTS: "--color=yes"
run: "bash scripts/dev/ci/run.sh ${{ matrix.testenv }}"