Skip to content

Commit 3395c06

Browse files
committed
add pip check back into the recipe
1 parent bb29d70 commit 3395c06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ requirements:
3131
test:
3232
imports:
3333
- pybind11
34+
requires:
35+
- pip
3436
commands:
3537
- test -f ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake # [unix]
3638
- if exist %LIBRARY_PREFIX%\share\cmake\pybind11\pybind11Config.cmake (exit 0) else (exit 1) # [win]
3739
- test -f ${PREFIX}/include/pybind11/pybind11.h # [unix]
3840
- if exist %LIBRARY_INC%\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
3941
- test -f $(python -c "import pybind11 as py; print(py.get_include())")/pybind11/pybind11.h # [unix]
4042
- if exist $(python -c "import pybind11 as py; print(py.get_include())")\pybind11\pybind11.h (exit 0) else (exit 1) # [win]
43+
- pip check
4144

4245
about:
4346
home: https://github.com/pybind/pybind11/

0 commit comments

Comments
 (0)