We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d2892 commit 5ffa6e7Copy full SHA for 5ffa6e7
conda.recipe/meta.yaml
@@ -9,7 +9,7 @@ source:
9
10
build:
11
noarch: python
12
- number: {{ PACKAGE_BUILD_NUMBER }}
+ number: {{ environ.get('PACKAGE_BUILD_NUMBER', '0') }}
13
script: python -m pip install --no-deps --ignore-installed .
14
15
requirements:
0 commit comments