Skip to content

Commit

Permalink
move ecmwflibs to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ameraner committed Feb 25, 2025
1 parent a26aad3 commit 918a9ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge
quiet: true

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
- donfig
# 2.19.1 seems to cause library linking issues
- eccodes>=2.20
- ecmwflibs
- cfgrib
- fsspec
- h5netcdf
Expand Down Expand Up @@ -61,4 +62,3 @@ dependencies:
- trollimage
- pyspectral
- pyorbital
- ecmwflibs
2 changes: 1 addition & 1 deletion continuous_integration/rtd_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies:
- donfig
# 2.19.1 seems to cause library linking issues
- eccodes>=2.20
- ecmwflibs
- cfgrib
- fsspec
- h5netcdf
Expand Down Expand Up @@ -61,7 +62,6 @@ dependencies:
- trollimage
- pyspectral
- pyorbital
- ecmwflibs
# docs:
- blockdiag
- sphinx
Expand Down

0 comments on commit 918a9ba

Please sign in to comment.