Skip to content

Commit 1f0fcaa

Browse files
committed
ci: remove obsolete Valgrind setup from CodSpeed workflow
1 parent 5db906e commit 1f0fcaa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
with:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434
- name: Install local version of pytest-codspeed
35-
run: |
36-
sudo apt-get update
37-
sudo apt-get install valgrind -y
38-
uv sync --dev
39-
sudo apt-get remove valgrind -y
35+
run: uv sync --dev
4036
- name: Run benchmarks
4137
uses: CodSpeedHQ/action@main
4238
with:

0 commit comments

Comments
 (0)