We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602c7e3 commit 6dca575Copy full SHA for 6dca575
1 file changed
.github/workflows/codspeed.yml
@@ -29,10 +29,10 @@ jobs:
29
python-version: ${{ env.PYTHON_VERSION }}
30
- name: Install local version of pytest-codspeed
31
run: |
32
- sudo apt-get update
33
- sudo apt-get install valgrind -y
34
uv sync --dev
35
- sudo apt-get remove valgrind -y
+ uv run python --version
+ md5sum $(uv run python -c "import sys; print(sys.executable)")
+
36
- name: Run benchmarks
37
uses: CodSpeedHQ/action@main
38
with:
0 commit comments