We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c9405 commit 2ab89edCopy full SHA for 2ab89ed
.github/workflows/python_ci.yml
@@ -116,7 +116,7 @@ jobs:
116
-DGTSAM_WITH_TBB=OFF \
117
-DPYTHON_EXECUTABLE=${{ env.VENV_PYTHON_EXECUTABLE }} \
118
..
119
- make -j$(sysctl -n hw.physicalcpu) install
+ sudo make -j$(sysctl -n hw.physicalcpu) install
120
make -j$(sysctl -n hw.physicalcpu) python-install
121
cd ${{ github.workspace }} # go back to home directory
122
rm -rf /tmp/gtsam_source
0 commit comments