We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06952b commit 5e21da8Copy full SHA for 5e21da8
2 files changed
.github/workflows/ci.yml
@@ -54,11 +54,6 @@ jobs:
54
uses: actions/setup-python@v6
55
with:
56
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
62
- name: Install dependencies with pytest${{ matrix.pytest-version }}
63
run: |
64
if [ "${{ matrix.config }}" == "valgrind" ]; then
.github/workflows/codspeed.yml
@@ -29,10 +29,7 @@ jobs:
29
python-version: ${{ env.PYTHON_VERSION }}
30
- name: Install local version of pytest-codspeed
31
32
33
34
uv sync --dev
35
- sudo apt-get remove valgrind -y
36
- name: Run benchmarks
37
uses: CodSpeedHQ/action@main
38
0 commit comments