Skip to content

Commit 1502079

Browse files
committed
chore(ci): force colors in pytest runs
1 parent 1f7a2ab commit 1502079

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Lint
22

33
on: [push, pull_request]
44

5+
env:
6+
PY_COLORS: 1
7+
58
jobs:
69
black:
710
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on: [push, pull_request]
44

5+
env:
6+
PY_COLORS: 1
7+
58
jobs:
69
unit:
710
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)