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

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

parent 19530fe5
No related branches found
No related tags found
No related merge requests found
Pipeline #55225 passed
......@@ -16,14 +16,15 @@ 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"
requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- pillow {{ pillow }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment