Skip to content
Snippets Groups Projects
Commit 4a9f572f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

remove toolchain. pip --no-deps

parent 13eb2a32
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -8,18 +8,19 @@ package: ...@@ -8,18 +8,19 @@ package:
build: build:
<ENTRY_POINTS> <ENTRY_POINTS>
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
script: script:
- cd {{ project_dir }} - 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 %}
- pip install --verbose . - pip install --verbose --no-deps .
requirements: requirements:
build: build:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- toolchain {{ toolchain }}
<BUILD_DEPS> <BUILD_DEPS>
run: run:
- python - python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment