Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ktactac-ornl committed Jun 3, 2024
1 parent ca79127 commit 67bb171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# this will get the version set by environment variable
{% set version = environ.get('VERSION') %}
{% set version_number = version.split('+')[0] %}
# change the build number by hand if you want to rebuild the package
{% set build_number = 0 %}
{% set git_describe_number = environ.get('GIT_DESCRIBE_NUMBER', '0') | string %}

package:
name: pystog
Expand All @@ -20,9 +19,9 @@ source:

build:
noarch: python
number: {{ build_number }}
number: {{ git_describe_number }}
string: py{{py}}
script: {{ PYTHON }} -m install . --no-deps --ignore-installed -vvv
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv
entry_points:
- pystog_cli = pystog.cli:pystog_cli

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
# packaging
- anaconda-client
- boa
- conda-build
- conda-build < 4
- conda-verify
- libmamba
- libarchive
Expand Down

0 comments on commit 67bb171

Please sign in to comment.