Skip to content

Commit 969b08b

Browse files
author
Murilo Marinho
committed
[GithubActions] Installing library so that the stubs can be generated.
1 parent a305bad commit 969b08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python_package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
- name: Generate Stubs
5959
run: |
6060
pip install pybind11-stubgen
61+
pip install .
6162
pybind11-stubgen dqrobotics --output-dir .
63+
pip uninstall dqrobotics -y
6264
- name: Compile
6365
run: |
6466
python setup.py bdist_wheel

0 commit comments

Comments
 (0)