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

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

parent 46f307ec
No related branches found
No related tags found
No related merge requests found
Pipeline #54978 failed
......@@ -12,9 +12,9 @@ build:
script:
- cd {{ project_dir }}
{% if environ.get('BUILD_EGG') %}
- python setup.py sdist --formats=zip
- "{{ PYTHON }} setup.py sdist --formats=zip"
{% endif %}
- python setup.py install --single-version-externally-managed --record record.txt
- "{{ PYTHON }} -m pip install . -vv"
# installs the documentation source, readme to share/doc so it is available
# during test time
- install -d "${PREFIX}/share/doc/{{ name }}"
......@@ -24,6 +24,7 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob.extension
- bob.io.base
- bob.io.image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment