From a3a4042d8ef12f4924449afed4161561873e072e Mon Sep 17 00:00:00 2001 From: "k.koide" Date: Mon, 28 Apr 2025 08:48:15 +0900 Subject: [PATCH] fix packaging related errors --- .github/workflows/coverage.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5b01c10..ea9c5c0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ 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 + pip install -U setuptools pytest pytest-cov numpy scipy packaging - name: Build (C++) run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8591fee..c433d1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ 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 + pip install -U setuptools pytest numpy scipy packaging - name: Build run: |