Skip to content

Commit 3618ff4

Browse files
committed
Revert to pip install now that pyproject.toml ensures scikit-build is present
1 parent fcb57a4 commit 3618ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ build:
3434
cmake --build . --parallel ${CPU_COUNT:-1}
3535
cmake --install . --prefix $PREFIX
3636
cd ..
37-
python setup.py install --single-version-externally-managed --record=record.txt
37+
# Now that pyproject.toml exists, pip will fetch scikit-build for metadata
38+
python -m pip install . --no-deps --ignore-installed -vv
3839
3940
about:
4041
home: <PLACEHOLDER>

0 commit comments

Comments
 (0)