Skip to content

Commit d38a86b

Browse files
committed
Fix dependencies
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 75e9b68 commit d38a86b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/performance.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
shell: bash
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get install -y build-essential curl python3-pip valgrind
34-
python3 -m pip install --upgrade pip
35-
python3 -m pip install msparser matplotlib
33+
sudo apt-get install -y build-essential curl valgrind
3634
3735
# CMake 3.31.8
3836
CMAKE_VER=3.31.8
@@ -70,6 +68,14 @@ jobs:
7068
fetch-depth: 0
7169
ref: memory/performance
7270

71+
- name: Install Python and prerequisites
72+
shell: bash
73+
run: |
74+
sudo apt-get update
75+
sudo apt-get install -y python3-pip
76+
python3 -m pip install --upgrade pip
77+
python3 -m pip install matplotlib
78+
7379
- name: Download artifacts
7480
uses: actions/download-artifact@v4
7581
with:

0 commit comments

Comments
 (0)