Skip to content

Commit 602c7e3

Browse files
chore: test with valgrind installation again
1 parent ce50da0 commit 602c7e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030
- name: Install local version of pytest-codspeed
3131
run: |
32+
sudo apt-get update
33+
sudo apt-get install valgrind -y
3234
uv sync --dev
35+
sudo apt-get remove valgrind -y
3336
- name: Run benchmarks
3437
uses: CodSpeedHQ/action@main
3538
with:

0 commit comments

Comments
 (0)