diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41bb1720..2ed8a66c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,9 @@ concurrency: group: ${{ github.ref }} cancel-in-progress: true +env: + COLUMNS: 120 + jobs: build: name: Build (${{ matrix.python-version }}, ${{ matrix.os }}) diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index 821d4b3a..2905475d 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -15,6 +15,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +env: + COLUMNS: 120 + jobs: upstream-dev: name: upstream-dev diff --git a/ci/environment.yml b/ci/environment.yml index 8b138c6d..a9d5b85c 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -16,3 +16,6 @@ dependencies: - scipy - shapely - xarray + - pip + - pip: + - pytest-pretty diff --git a/ci/upstream-dev-env.yml b/ci/upstream-dev-env.yml index ca76fd46..8e0b5b9b 100644 --- a/ci/upstream-dev-env.yml +++ b/ci/upstream-dev-env.yml @@ -11,7 +11,8 @@ dependencies: - pandas - pooch - shapely - - pip: + - pip + - pytest-pretty - git+https://github.com/pydata/xarray - git+https://github.com/dcherian/flox - git+https://github.com/hgrecco/pint