Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 7, 2024
1 parent 81a9080 commit 39e9fc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:
mkdir build && cd $_
cmake -D GTSAM_BUILD_EXAMPLES_ALWAYS=OFF -DGTSAM_BUILD_PYTHON=ON ..
pip3 list
pip3 show pybind11-stubgen
pybind11-stubgen -h
which python
`which python` -V
cat CMakeCache.txt
sudo make -j$(nproc) install && sudo make python-install
sudo make -j$(nproc) install
sudo make python-install
sudo ldconfig
cd $GITHUB_WORKSPACE # go back to home directory
Expand Down

0 comments on commit 39e9fc5

Please sign in to comment.