Skip to content

Commit 2ee983f

Browse files
authored
Merge pull request #112 from NOAA-GFDL/adjust-build-command
adjust build command in meta.yaml
2 parents 8bda96d + 5bd4f67 commit 2ee983f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- noaa-gfdl
55
dependencies:
66
- python>=3.11
7+
- pip
78
- conda-forge::click>=8.2
89
- conda-forge::cmor>=3.14.3
910
- conda-forge::netcdf4>=1.7

meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ source:
66
path: .
77

88
build:
9-
script:
10-
- {{ PYTHON }} -m pip install . -vv
9+
script: "{{ PYTHON }} -m pip install . -vv --no-deps"
1110
number: 0
1211
noarch: python
1312

@@ -61,3 +60,6 @@ about:
6160
summary: Model output rewriter (CMORizer) for FRE/FMS based models
6261
description: |
6362
Written by Ian Laflotte, Sergey Nikonov, Chris Blanton, and NOAA-GFDL Modeling Systems Division
63+
64+
extra:
65+
recipe-maintainers: "ilaflott"

0 commit comments

Comments
 (0)