Skip to content

Commit

Permalink
attempt to solve the conda test
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Oct 17, 2024
1 parent 0178b03 commit f355f8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
1 change: 1 addition & 0 deletions conda/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: mopper_env
channels:
- conda-forge
- coecms
- nodefaults

dependencies:
- anaconda-client
Expand Down
12 changes: 2 additions & 10 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,14 @@ requirements:
- pyyaml
- cftime
- python-dateutil
- metpy
- gsw

test:
#imports:
# - mopdb
# - mopper
source_files:
- tests
- tests/testdata
requires:
- cmor
- xarray
- numpy
- dask
- pyyaml
- cftime
- python-dateutil
- pytest
- pyfakefs
- coverage
Expand Down
7 changes: 4 additions & 3 deletions conda/testenv.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: testenv
channels:
- conda-forge
- nodefaults

dependencies:
- cmor
- click
- conda-forge::xarray
- xarray
- numpy
- dask
- pyyaml
- cftime
- python-dateutil
- metpy
- gsw
- pytest
- coverage
- codecov
- pyfakefs
- ruff
- metpy
- gsw

0 comments on commit f355f8f

Please sign in to comment.