Skip to content

Commit

Permalink
fix package name in bin_subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
amakunin committed May 31, 2024
1 parent 1dd0fe3 commit f808c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/anospp-analysis/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
run_exports:
- {{ pin_subpackage('myrecipe', max_pin="x.x") }}
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
Expand Down

0 comments on commit f808c4d

Please sign in to comment.