Skip to content

Commit

Permalink
trying to fix conda tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 22, 2024
1 parent 6ca07ed commit d448bcd
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,20 @@ requirements:
- python-dateutil

test:
imports:
- mopdb
- mopper
#imports:
# - mopdb
# - mopper
source_files:
- tests/*.py
- tests
- tests/testdata
requires:
- cmor
- xarray
- numpy
- dask
- pyyaml
- cftime
- python-dateutil
- pytest
- pyfakefs
- coverage
Expand Down

0 comments on commit d448bcd

Please sign in to comment.