Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
add back in noarch field w/ value `python`.

unsure it was ever relevant to `conda env create` anyways.
  • Loading branch information
ilaflott authored Jul 24, 2024
1 parent f3cf196 commit 58d74ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ build:
script:
- {{ PYTHON }} -m pip install . -vv
number: 1
# noarch: python
# from https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#architecture-independent-packages
# since python-cdo links to cdo, which is written in C, this isn't a pure python package.
# the conda-forge::cdo does not have a noarch specification --> worried this is influencing the pipeline
noarch: python

channels:
- defaults
Expand Down

0 comments on commit 58d74ea

Please sign in to comment.