diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4f80c8107..0390a8704 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: run: poetry install --extras "all" - name: Run benchmarks - uses: CodSpeedHQ/action@v4 + uses: CodSpeedHQ/action@v4.19.1 with: mode: walltime run: poetry run pytest benchmarks/ --codspeed