diff --git a/conda/meta.yaml b/conda/meta.yaml index 3c0a9be247a90b697dea480bcf3fffb7d4f957d2..abdb691e7040b1d56043df2506d269f3573304ff 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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 }}