Skip to content

Commit 5ffa6e7

Browse files
committed
Fix env var lookup
1 parent c5d2892 commit 5ffa6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99

1010
build:
1111
noarch: python
12-
number: {{ PACKAGE_BUILD_NUMBER }}
12+
number: {{ environ.get('PACKAGE_BUILD_NUMBER', '0') }}
1313
script: python -m pip install --no-deps --ignore-installed .
1414

1515
requirements:

0 commit comments

Comments
 (0)