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: