Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

env:
COLUMNS: 120

jobs:
build:
name: Build (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
COLUMNS: 120

jobs:
upstream-dev:
name: upstream-dev
Expand Down
3 changes: 3 additions & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ dependencies:
- scipy
- shapely
- xarray
- pip
- pip:
- pytest-pretty
3 changes: 2 additions & 1 deletion ci/upstream-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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