From b08cc618871238b8202afbe58eebbd80255e5224 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 7 Jan 2025 09:39:46 +1100 Subject: [PATCH] fix: add branch? --- conda/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index b7730c5d..2e00956b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -6,13 +6,12 @@ package: source: git_url: https://github.com/Loop3D/map2loop + git_branch: fix/dependency_checker build: number: 0 - script: | - "{{ PYTHON }} -m pip install . --no-deps - cp LICENSE $SP_DIR/map2loop/" + script: "{{ PYTHON }} -m pip install . --no-deps" requirements: host: