Skip to content

Commit

Permalink
ci: fix codspeed.yml CI (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Dec 8, 2024
1 parent f839879 commit 3543009
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 @@ -27,7 +27,7 @@ jobs:
pip install -e ".[sql]"
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
# token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest . --codspeed
run: pytest . --codspeed

0 comments on commit 3543009

Please sign in to comment.