Skip to content

Commit 4bc2e64

Browse files
committed
upgrade packaging independently
1 parent a3a4042 commit 4bc2e64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
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: |

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)