From a19b97f927ede3be0831497817bd4ca4e8dcbef5 Mon Sep 17 00:00:00 2001 From: Raphael Jolivet Date: Tue, 31 Mar 2020 16:35:10 +0200 Subject: [PATCH] debugging conda packaging --- meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index c8243ac..4f0546e 100644 --- a/meta.yaml +++ b/meta.yaml @@ -11,13 +11,13 @@ source: build: noarch: python number: 0 - script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " + script: python -m pip install --no-deps --ignore-installed . requirements: - build: + host: - python - pip - host: + run: - brightway2 >=2.3 - bw2data >=3.6.2 - ipython >=7.13.0