From a0b93ffa9c2a72d976f52e8968d580938eb1c981 Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 1 Nov 2022 15:16:29 +0000 Subject: [PATCH] updated script to use pyproject --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9d06e1a..7878cd9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -9,7 +9,7 @@ source: build: number: 0 - script: python setup.py install --single-version-externally-managed --record=record.txt + script: python -m pip install --no-deps --ignore-installed . requirements: build: