Skip to content

Commit 5e21da8

Browse files
ci: remove valgrind installation now that we have instrument hooks
1 parent f06952b commit 5e21da8

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
uses: actions/setup-python@v6
5555
with:
5656
python-version: "${{ matrix.python-version }}"
57-
- if: matrix.config == 'valgrind' || matrix.config == 'pytest-benchmark'
58-
name: Install valgrind
59-
run: |
60-
sudo apt-get update
61-
sudo apt-get install valgrind -y
6257
- name: Install dependencies with pytest${{ matrix.pytest-version }}
6358
run: |
6459
if [ "${{ matrix.config }}" == "valgrind" ]; then

.github/workflows/codspeed.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ 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
3432
uv sync --dev
35-
sudo apt-get remove valgrind -y
3633
- name: Run benchmarks
3734
uses: CodSpeedHQ/action@main
3835
with:

0 commit comments

Comments
 (0)