Skip to content

Commit b51e7d9

Browse files
committed
Conda: pip install with --no-build-isolation
1 parent 4a3b8a3 commit b51e7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo_helper/templates/conda_recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77

88
build:
99
noarch: python
10-
{% raw %}script: "{{ PYTHON }} {% endraw %}-m pip install {{ pypi_name }}=={{ version }} -vv --index-url https://pypi.org/simple"
10+
{% raw %}script: "{{ PYTHON }} {% endraw %}-m pip install . -vv --no-build-isolation"
1111

1212
requirements:
1313
build:

0 commit comments

Comments
 (0)