Skip to content

Commit

Permalink
debug stubgen
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 7, 2024
1 parent dba9d77 commit 81a9080
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 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 pybind11-stubgen
pip3 install -U pip setuptools numpy pyparsing pyyaml "pybind11-stubgen>=2.5.1"
- name: GTSAM (Linux)
if: runner.os == 'Linux'
Expand All @@ -100,6 +100,11 @@ jobs:
# Build & Install gtsam
mkdir build && cd $_
cmake -D GTSAM_BUILD_EXAMPLES_ALWAYS=OFF -DGTSAM_BUILD_PYTHON=ON ..
pip3 list
pip3 show pybind11-stubgen
pybind11-stubgen -h
sudo make -j$(nproc) install && sudo make python-install
sudo ldconfig
Expand Down

0 comments on commit 81a9080

Please sign in to comment.