Skip to content
Snippets Groups Projects
Commit 800ed9ca authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[conda] Added required pip install command and dep

parent 852c3d8f
No related branches found
No related tags found
2 merge requests!43Remove C++ code, tests, dependencies, and build scripts,!40Transition to a pure python implementation
Pipeline #56565 failed
......@@ -14,12 +14,17 @@ build:
{% if environ.get('BUILD_EGG') %}
- 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 }}"
- cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/"
requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob.extension
- bob.blitz
- bob.io.base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment