Skip to content

Commit

Permalink
execute benchmarks with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Griffiths committed Sep 20, 2024
1 parent 8c7930a commit ba9d4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/ --codspeed -m 'benchmark and not pandas'
run: uv run pytest tests/ --codspeed -m 'benchmark and not pandas'

0 comments on commit ba9d4d4

Please sign in to comment.