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

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

parent 1fb1408f
No related branches found
No related tags found
No related merge requests found
Pipeline #54735 skipped
......@@ -12,10 +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
skip: True # [blas_impl == 'openblas' and win]
- "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
......@@ -27,6 +26,7 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob.core
- libblitz {{ libblitz }}
- boost {{ boost }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment