Skip to content

Commit

Permalink
pybind is pip, of course
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Sep 19, 2024
1 parent 4c47868 commit 824b128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake git libeigen3-dev libtbb-dev pybind11
sudo apt-get install -y build-essential cmake git libeigen3-dev libtbb-dev python3-pip
pip3 install pybind11
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{github.workspace}}/src/mapmos/pybind
- name: Build
Expand Down

0 comments on commit 824b128

Please sign in to comment.