Skip to content

Commit

Permalink
Fix env var lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Aug 5, 2022
1 parent c5d2892 commit 5ffa6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:

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

requirements:
Expand Down

0 comments on commit 5ffa6e7

Please sign in to comment.