Skip to content

Commit

Permalink
(actions) install pybind11 by apt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Jun 14, 2024
1 parent bf6d093 commit a35b137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install
run: |
sudo apt-get install libeigen3-dev libcppunit-dev
sudo apt-get install libeigen3-dev libcppunit-dev python3-pybind11
pip install psutil future
pip install "pybind11>=2.6"
- name: Build orocos_kdl
run: |
cd orocos_kdl
Expand Down

0 comments on commit a35b137

Please sign in to comment.