From 824b128581de4a591629a7c4faba2c8a4d7c9dba Mon Sep 17 00:00:00 2001 From: Benedikt Mersch Date: Thu, 19 Sep 2024 12:45:12 +0200 Subject: [PATCH] pybind is pip, of course --- .github/workflows/cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index b3832ef..0769ee9 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -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