Skip to content

Commit 81e3303

Browse files
committed
BLD: conda.recipe fixes
1 parent 0320e3b commit 81e3303

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

conda.recipe/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package:
22
name: pandas
3-
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('.dev', 'dev') }}
3+
version: {{ GIT_DESCRIBE_TAG }}
44

55
build:
6-
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
6+
number: {{ GIT_DESCRIBE_NUMBER|int }}
7+
string: np{{ CONDA_NPY }}py{{ CONDA_PY }}_{{ GIT_BUILD_STR }}
78

89
source:
9-
path: ../
10+
git_url: ../
1011

1112
requirements:
1213
build:

0 commit comments

Comments
 (0)