Skip to content

Commit f88a2ff

Browse files
committed
Conda recipe: disable pip build isolation so scikit-build is found
1 parent b5e8d6d commit f88a2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build:
3232
cmake --build . --parallel ${CPU_COUNT:-1}
3333
cmake --install . --prefix $PREFIX
3434
cd ..
35-
python -m pip install . --no-deps --ignore-installed -vv
35+
python -m pip install . --no-deps --ignore-installed --no-build-isolation -vv
3636
3737
about:
3838
home: <PLACEHOLDER>

0 commit comments

Comments
 (0)