diff --git a/.github/workflows/bench_profile_serial.yml b/.github/workflows/bench_profile_serial.yml index 0c14602..95af60d 100644 --- a/.github/workflows/bench_profile_serial.yml +++ b/.github/workflows/bench_profile_serial.yml @@ -20,6 +20,11 @@ jobs: with: submodules: true + - name: Install matplotlib + run: | + python -m pip install --upgrade pip + pip install matplotlib + - name: Compile and run benchmark working-directory: ${{ github.workspace }}/benchmark/dataset_size run: |