Skip to content

Commit 94dba70

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

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/performance.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install -y build-essential curl python3-pip valgrind
3434
python3 -m pip install --upgrade pip
35-
python3 -m pip install msparser matplotlib
35+
python3 -m pip install msparser
3636
3737
# CMake 3.31.8
3838
CMAKE_VER=3.31.8
@@ -70,6 +70,14 @@ jobs:
7070
fetch-depth: 0
7171
ref: memory/performance
7272

73+
- name: Install Python and prerequisites
74+
shell: bash
75+
run: |
76+
sudo apt-get update
77+
sudo apt-get install -y python3-pip
78+
python3 -m pip install --upgrade pip
79+
python3 -m pip install matplotlib
80+
7381
- name: Download artifacts
7482
uses: actions/download-artifact@v4
7583
with:

0 commit comments

Comments
 (0)