mirror of https://github.com/koide3/small_gicp.git
upgrade packaging independently
This commit is contained in:
parent
a3a4042d8e
commit
4bc2e64f44
|
|
@ -24,7 +24,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y update
|
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
|
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++)
|
- name: Build (C++)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y update
|
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
|
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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue