We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4cb83 commit 4a3b8a3Copy full SHA for 4a3b8a3
repo_helper/templates/conda_recipe.yaml
@@ -7,14 +7,15 @@ source:
7
8
build:
9
noarch: python
10
- {% raw %}script: "{{ PYTHON }} -m pip install . -vv"{% endraw %}
+ {% raw %}script: "{{ PYTHON }} {% endraw %}-m pip install {{ pypi_name }}=={{ version }} -vv --index-url https://pypi.org/simple"
11
12
requirements:
13
14
- python
15
- setuptools
16
- wheel
17
{% if use_experimental_backend %} - repo_helper
18
+{% elif use_whey %} - whey
19
{% endif %} host:
20
- pip
21
0 commit comments