From 9ebff07ac72bf0f2286ee56c5d6e2d9102cb9389 Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Wed, 3 Jul 2024 15:53:25 +0200
Subject: [PATCH] Trying building from unpacked local source

---
 conda-recipe/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml
index 83560b66..235fa84a 100644
--- a/conda-recipe/meta.yaml
+++ b/conda-recipe/meta.yaml
@@ -17,7 +17,7 @@ source:
 
 build:
   noarch: python
-  script: {{ PYTHON }} -m pip install {{ name }}-{{ version }}.tar.gz -vv --no-deps --no-build-isolation
+  script: {{ PYTHON }} -m pip install -vv --no-deps .
   number: 0
 
 requirements:
-- 
GitLab