From 58d74eaf6aa84223c9754342c085c09ef0f237a6 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 24 Jul 2024 12:53:50 -0400 Subject: [PATCH] Update meta.yaml add back in noarch field w/ value `python`. unsure it was ever relevant to `conda env create` anyways. --- meta.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta.yaml b/meta.yaml index af4bdb7d..1217965f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -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