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

[conda] use pip to install the package [skip ci]

parent e482024b
No related branches found
No related tags found
No related merge requests found
Pipeline #54880 passed
...@@ -15,9 +15,9 @@ build: ...@@ -15,9 +15,9 @@ build:
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 %}
- python setup.py install --single-version-externally-managed --record record.txt - "{{ PYTHON }} -m pip install . -vv"
requirements: requirements:
build: build:
...@@ -29,6 +29,7 @@ requirements: ...@@ -29,6 +29,7 @@ requirements:
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }}
- bob.extension - bob.extension
- bob.blitz - bob.blitz
- bob.ip.base - bob.ip.base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment