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 d38a86bCopy full SHA for d38a86b
1 file changed
.github/workflows/performance.yml
@@ -30,9 +30,7 @@ jobs:
30
shell: bash
31
run: |
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
+ sudo apt-get install -y build-essential curl valgrind
36
37
# CMake 3.31.8
38
CMAKE_VER=3.31.8
@@ -70,6 +68,14 @@ jobs:
70
68
fetch-depth: 0
71
69
ref: memory/performance
72
+ - name: Install Python and prerequisites
+ 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
+
79
- name: Download artifacts
80
uses: actions/download-artifact@v4
81
with:
0 commit comments