We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e9b68 commit 94dba70Copy full SHA for 94dba70
1 file changed
.github/workflows/performance.yml
@@ -32,7 +32,7 @@ jobs:
32
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
+ python3 -m pip install msparser
36
37
# CMake 3.31.8
38
CMAKE_VER=3.31.8
@@ -70,6 +70,14 @@ jobs:
70
fetch-depth: 0
71
ref: memory/performance
72
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
+
81
- name: Download artifacts
82
uses: actions/download-artifact@v4
83
with:
0 commit comments