From 408292bab3e56f7452cd4356bf9fcaede282d9b5 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 7 Jan 2025 10:57:38 +1100 Subject: [PATCH] debug --- conda/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 4921ec5c..1487d9be 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -16,9 +16,10 @@ source: build: number: 0 script: | - cp LICENSE ${SP_DIR}/ - cp README.md ${SP_DIR}/ - cp dependencies.txt ${SP_DIR}/ + echo "Listing current directory:" + ls -al + echo "Listing source directory:" + ls -al ${SRC_DIR} "{{ PYTHON }} -m pip install . --no-deps" requirements: