Skip to content
Snippets Groups Projects
Commit 3e15ec6c authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[conda] added package section in meta.yml

parent ddf041c4
Branches
Tags
1 merge request!66Resolve "Switch to new CI/CD configuration"
Pipeline #69758 passed
{% set data = load_file_data(RECIPE_DIR + '/../pyproject.toml') %} {% set data = load_file_data(RECIPE_DIR + '/../pyproject.toml') %}
{% set name = data['project']['name'] %} {% set name = data['project']['name'] %}
package:
name: {{ name }}
version: {{ data['project']['version'] }}
source: source:
path: .. path: ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment