Skip to content

Commit

Permalink
Update new CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Mar 18, 2021
1 parent e8ecdd7 commit 965960a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ci/environment-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: xhistogram_test_env
dependencies:
- python=3.7
- xarray
- dask
# Dask 2021.3.0 introduced a regression which broke xhistogram.
# This regression should be fixed in the next Dask release and we
# should remove the dask version pinning below.
# see https://github.com/dask/dask/pull/7391
# and https://github.com/xgcm/xhistogram/issues/27
- dask!=2021.3.0
- numpy
- pytest
- pip
Expand Down
7 changes: 6 additions & 1 deletion ci/environment-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: xhistogram_test_env
dependencies:
- python=3.8
- xarray
- dask
# Dask 2021.3.0 introduced a regression which broke xhistogram.
# This regression should be fixed in the next Dask release and we
# should remove the dask version pinning below.
# see https://github.com/dask/dask/pull/7391
# and https://github.com/xgcm/xhistogram/issues/27
- dask!=2021.3.0
- numpy
- pytest
- pip
Expand Down

0 comments on commit 965960a

Please sign in to comment.