From 55edbf5adf4f29936b5a8c30aa71127d9973af5a Mon Sep 17 00:00:00 2001 From: Paola Petrelli Date: Fri, 23 Aug 2024 12:31:00 +1000 Subject: [PATCH] Update meta.yaml to hardcode version --- conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index fff9987..cca6324 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,9 +1,9 @@ package: name: mopper - version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.0') }}" - + #version: "{{ environ.get('GIT_DESCRIBE_TAG', '1.0') }}" + version: 1.0.0 #source: -# path: ./ +# path: ./ source: #url: https://github.com/ACCESS-Hive/ACCESS-MOPPeR/archive/refs/tags/{{version}}.tar.gz