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 43a7789 commit 0d96065Copy full SHA for 0d96065
1 file changed
.github/workflows/codspeed.yml
@@ -39,6 +39,4 @@ jobs:
39
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
40
with:
41
mode: simulation
42
- run: |
43
- uv pip install pytest pytest-codspeed
44
- uv run pytest --codspeed bench/
+ run: uv run --with pytest-codspeed --with pytest-benchmark pytest --codspeed bench/
0 commit comments