Skip to content

Commit b751c7c

Browse files
authored
Try pytest-pretty (#410)
1 parent 0f92bc2 commit b751c7c

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
env:
17+
COLUMNS: 120
18+
1619
jobs:
1720
build:
1821
name: Build (${{ matrix.python-version }}, ${{ matrix.os }})

.github/workflows/upstream-dev-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

18+
env:
19+
COLUMNS: 120
20+
1821
jobs:
1922
upstream-dev:
2023
name: upstream-dev

ci/environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ dependencies:
1616
- scipy
1717
- shapely
1818
- xarray
19+
- pip
20+
- pip:
21+
- pytest-pretty

ci/upstream-dev-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies:
1111
- pandas
1212
- pooch
1313
- shapely
14-
- pip:
14+
- pip
15+
- pytest-pretty
1516
- git+https://github.com/pydata/xarray
1617
- git+https://github.com/dcherian/flox
1718
- git+https://github.com/hgrecco/pint

0 commit comments

Comments
 (0)