diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ea9c5c0..0de540a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,8 @@ jobs: run: | sudo apt-get -y update sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev lcov ninja-build - pip install -U setuptools pytest pytest-cov numpy scipy packaging + pip install -U setuptools pytest pytest-cov numpy scipy + pip install -U packaging - name: Build (C++) run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c433d1e..74d7bd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,8 @@ jobs: run: | sudo apt-get -y update sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev ninja-build - pip install -U setuptools pytest numpy scipy packaging + pip install -U setuptools pytest numpy scipy + pip install -U packaging - name: Build run: |