Skip to content

Commit 07f7cb8

Browse files
committed
set COLUMN env var for unit-tests CI job
1 parent 0f86c19 commit 07f7cb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116

117117

118118
unit-tests:
119+
env:
120+
# workaround for Rich table column width
121+
COLUMNS: 120
119122
strategy:
120123
matrix:
121124
python-version:

0 commit comments

Comments
 (0)