Skip to content

Commit

Permalink
Add mindep test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Jul 27, 2022
1 parent 27390ff commit 911ba2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
include:
- python-version: '3.8'
extra: -minver

- python-version: '3.10'
extra: -mindep
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
Expand Down
13 changes: 13 additions & 0 deletions environment-mindep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
channels:
- conda-forge
dependencies:
- attrs
- flox
- make
- pytest
- pytest-cov
- rasterio >= 1.3.0
- rioxarray
- typer
- xarray >= 2022.06.0
- xarray-sentinel >= 0.9.3
1 change: 0 additions & 1 deletion environment-minver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
dependencies:
- attrs
- bottleneck
- click
- dask == 2022.4.0
- flox
- make
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
dependencies:
- attrs
- bottleneck
- click
- dask >= 2022.6.1
- flox
- fsspec
Expand Down

0 comments on commit 911ba2b

Please sign in to comment.