Skip to content

Commit 3180900

Browse files
print python binary invormation
1 parent 602c7e3 commit 3180900

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ 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
33+
md5sum $(uv run python -c "import sys; print(sys.executable)")
34+
3635
- name: Run benchmarks
3736
uses: CodSpeedHQ/action@main
3837
with:

0 commit comments

Comments
 (0)