Skip to content

Commit e907cd2

Browse files
committed
Conda recipe: add --no-use-pep517 to pip install to skip isolated build
1 parent 739a0b3 commit e907cd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ build:
3333
cmake --build . --parallel ${CPU_COUNT:-1}
3434
cmake --install . --prefix $PREFIX
3535
cd ..
36-
python -m pip install . --no-deps --ignore-installed --no-build-isolation -vv
36+
python -m pip install . \
37+
--no-deps \
38+
--ignore-installed \
39+
--no-build-isolation \
40+
--no-use-pep517 \
41+
-vv
3742
3843
about:
3944
home: <PLACEHOLDER>

0 commit comments

Comments
 (0)