Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Feb 3, 2018
1 parent 1bd4199 commit 0b518e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/libndtypes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUID_STR', 'NA') }}
string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUILD_STR', 'NA') }}

test:
skip: True # tests are in build.sh
Expand Down
2 changes: 1 addition & 1 deletion .conda/ndtypes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUID_STR', 'NA') }}
string: py{{ environ.get('CONDA_PY', 'NA') }}_{{ environ.get('GIT_BUILD_STR', 'NA') }}

test:
files:
Expand Down

0 comments on commit 0b518e3

Please sign in to comment.