Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit f355f8f

Browse files
committed
attempt to solve the conda test
1 parent 0178b03 commit f355f8f

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

conda/environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: mopper_env
22
channels:
33
- conda-forge
44
- coecms
5+
- nodefaults
56

67
dependencies:
78
- anaconda-client

conda/meta.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,14 @@ requirements:
3535
- pyyaml
3636
- cftime
3737
- python-dateutil
38+
- metpy
39+
- gsw
3840

3941
test:
40-
#imports:
41-
# - mopdb
42-
# - mopper
4342
source_files:
4443
- tests
4544
- tests/testdata
4645
requires:
47-
- cmor
48-
- xarray
49-
- numpy
50-
- dask
51-
- pyyaml
52-
- cftime
53-
- python-dateutil
5446
- pytest
5547
- pyfakefs
5648
- coverage

conda/testenv.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: testenv
22
channels:
33
- conda-forge
4+
- nodefaults
45

56
dependencies:
67
- cmor
78
- click
8-
- conda-forge::xarray
9+
- xarray
910
- numpy
1011
- dask
1112
- pyyaml
1213
- cftime
1314
- python-dateutil
15+
- metpy
16+
- gsw
1417
- pytest
1518
- coverage
1619
- codecov
1720
- pyfakefs
1821
- ruff
19-
- metpy
20-
- gsw

0 commit comments

Comments
 (0)