We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600ea82 commit aed3cefCopy full SHA for aed3cef
.github/workflows/windows-conda.yml
@@ -47,6 +47,10 @@ jobs:
47
:: Build and Install
48
cmake --build . --config Release --target install
49
50
+ :: Build stubs
51
+ git clone https://github.com/jcarpent/pybind11-stubgen.git
52
+ python "%CD%\pybind11-stubgen\pybind11_stubgen\__init__.py" -o %CONDA_PREFIX%\Lib\site-packages\eigenpy eigenpy --boost-python --ignore-invalid signature --no-setup-py --root-module-suffix ""
53
+
54
:: Testing
55
ctest --output-on-failure -C Release -V
56
0 commit comments