Skip to content

Commit

Permalink
Add missing platformdirs dependency to CI
Browse files Browse the repository at this point in the history
And reorder file to be more alphabetical
  • Loading branch information
djhoese committed Sep 22, 2023
1 parent 969681a commit 4377493
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@ name: test-environment
channels:
- conda-forge
dependencies:
- xarray
- cartopy
- configobj
- Cython
- dask
- distributed
- donfig
- toolz
- Cython
- sphinx
- cartopy
- pillow
- matplotlib
- pillow
- platformdirs
- pyyaml
- pyproj
- pykdtree
- rasterio
- coveralls
- coverage
- codecov
- configobj
- zarr
- shapely
- scipy
- sphinx
- toolz
- xarray
- zarr
- coverage
- pytest
- pytest-cov
- pytest-lazy-fixture
Expand Down

0 comments on commit 4377493

Please sign in to comment.