Skip to content

Commit

Permalink
chore: switch to CodSpeed action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 19, 2024
1 parent 726684b commit 25e46e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
with:
python-version: "3.12"
architecture: x64
cache: "poetry"

- run: poetry env use 3.12
- run: poetry install --with test
if: steps.setup-python.outputs.cache-hit != 'true'

- name: Run benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest tests --benchmark-enable --codspeed
Expand Down

0 comments on commit 25e46e4

Please sign in to comment.