Skip to content

Commit

Permalink
fix: bump codspeed runner
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Oct 30, 2024
1 parent 49aa32d commit 0ec172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: CodSpeedHQ/action@v3
env:
PYTHON_GIL: ${{ matrix.gil || '' }}
PYTHON_GIL: ${{ matrix.gil }}
with:
runner-version: 3.1.0-beta.2
runner-version: 3.1.0-beta.3
run: uv run pytest --codspeed --codspeed-max-time 10 -vs tests.py

0 comments on commit 0ec172f

Please sign in to comment.