Skip to content

Commit

Permalink
Install matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Oct 28, 2024
1 parent fcbcee4 commit c8d020a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bench_profile_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c8d020a

Please sign in to comment.