Skip to content

Commit bc7c4a2

Browse files
Install libhdf5-dev in CodSpeed workflow
1 parent 17f96bc commit bc7c4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
benchmarks:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- run: sudo apt-get update && sudo apt-get install -y libhdf5-dev
1819
- uses: actions/checkout@v6
1920
- uses: astral-sh/setup-uv@v7
2021
with:

0 commit comments

Comments
 (0)