From 39e9fc58667890c8dc358c45864587c2758624fb Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 7 Oct 2024 19:51:17 -0400 Subject: [PATCH] more debugging --- .github/workflows/python-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 551d57bf..86236321 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -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