We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726684b commit 25e46e4Copy full SHA for 25e46e4
.github/workflows/test.yml
@@ -16,14 +16,12 @@ jobs:
16
with:
17
python-version: "3.12"
18
architecture: x64
19
- cache: "poetry"
20
21
- run: poetry env use 3.12
22
- run: poetry install --with test
23
- if: steps.setup-python.outputs.cache-hit != 'true'
24
25
- name: Run benchmarks
26
- uses: CodSpeedHQ/action@v2
+ uses: CodSpeedHQ/action@v3
27
28
token: ${{ secrets.CODSPEED_TOKEN }}
29
run: poetry run pytest tests --benchmark-enable --codspeed
0 commit comments