Skip to content

Commit c137778

Browse files
author
Murilo Marinho
committed
[GithubActions] Fixed typo when calling regenerate_stubs.
1 parent cd961eb commit c137778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
pip install .
6262
mkdir -p stubs_temp
6363
pybind11-stubgen dqrobotics --output-dir stubs_temp
64-
python renegerate_stubs.py
64+
python regenerate_stubs.py
6565
cp -r stubs_temp/dqrobotics/dqrobotics/ dqrobotics-stubs
6666
pip uninstall dqrobotics -y
6767
- name: Compile

0 commit comments

Comments
 (0)