Skip to content

Commit 25e46e4

Browse files
committed
chore: switch to CodSpeed action v3
1 parent 726684b commit 25e46e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ jobs:
1616
with:
1717
python-version: "3.12"
1818
architecture: x64
19-
cache: "poetry"
2019

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

2523
- name: Run benchmarks
26-
uses: CodSpeedHQ/action@v2
24+
uses: CodSpeedHQ/action@v3
2725
with:
2826
token: ${{ secrets.CODSPEED_TOKEN }}
2927
run: poetry run pytest tests --benchmark-enable --codspeed

0 commit comments

Comments
 (0)