Skip to content

Commit

Permalink
Update meta.yaml to hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap authored Aug 23, 2024
1 parent 4486426 commit 55edbf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 55edbf5

Please sign in to comment.