Skip to content
Snippets Groups Projects
Commit a2e53996 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Fix conda recipe

parent af919019
No related branches found
No related tags found
1 merge request!3Support for new conda-based CI/CD pipelines
Pipeline #
...@@ -12,6 +12,7 @@ build: ...@@ -12,6 +12,7 @@ build:
run_exports: run_exports:
- {{ pin_subpackage(name) }} - {{ pin_subpackage(name) }}
script: script:
- cd {{ project_dir }}
{% if environ.get('BUILD_EGG') %} {% if environ.get('BUILD_EGG') %}
- python setup.py sdist --formats=zip - python setup.py sdist --formats=zip
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment