Skip to content

Commit

Permalink
remove sudo from make python-install
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 8, 2024
1 parent 016f78a commit d470864
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
# Install dependencies for gtwrap
pip3 install -U pip setuptools numpy pyparsing pyyaml "pybind11-stubgen>=2.5.1"
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: GTSAM (Linux)
if: runner.os == 'Linux'
run: |
Expand All @@ -103,9 +100,7 @@ jobs:
# Build & Install gtsam
mkdir build && cd $_
cmake -D GTSAM_BUILD_EXAMPLES_ALWAYS=OFF -DGTSAM_BUILD_PYTHON=ON ..
sudo make -j6 install
sudo make python-install
sudo make -j$(nproc) install && make python-install
sudo ldconfig
cd $GITHUB_WORKSPACE # go back to home directory
Expand Down

0 comments on commit d470864

Please sign in to comment.