Skip to content

Commit

Permalink
install pybind11-stubgen as a CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 7, 2024
1 parent 8a418a5 commit 66608f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Python Dependencies
run: |
# Install dependencies for gtwrap
pip3 install -U pip setuptools numpy pyparsing pyyaml
pip3 install -U pip setuptools numpy pyparsing pyyaml "pybind11-stubgen>=2.5.1"
- name: GTSAM (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 66608f8

Please sign in to comment.