mirror of https://github.com/koide3/small_gicp.git
fix packaging related errors
This commit is contained in:
parent
b39b96dbc8
commit
a3a4042d8e
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue