File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 sudo apt-get -y update
2626 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
27- pip install -U setuptools pytest pytest-cov numpy scipy packaging
27+ pip install -U setuptools pytest pytest-cov numpy scipy
28+ pip install -U packaging
2829
2930 - name : Build (C++)
3031 run : |
Original file line number Diff line number Diff line change 2424 run : |
2525 sudo apt-get -y update
2626 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
27- pip install -U setuptools pytest numpy scipy packaging
27+ pip install -U setuptools pytest numpy scipy
28+ pip install -U packaging
2829
2930 - name : Build
3031 run : |
You can’t perform that action at this time.
0 commit comments