Compare commits

...

3 Commits

Author SHA1 Message Date
koide3 60bc3487d0
Merge 4bc2e64f44 into 2c5e9e6092 2025-04-28 00:02:06 +00:00
k.koide 4bc2e64f44 upgrade packaging independently 2025-04-28 09:01:49 +09:00
k.koide a3a4042d8e fix packaging related errors 2025-04-28 08:48:15 +09:00
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
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 packaging
- name: Build (C++)
run: |

View File

@ -25,6 +25,7 @@ jobs:
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 packaging
- name: Build
run: |