File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,22 @@ jobs:
56
56
runner : [ codspeed-macro, ubuntu-latest ]
57
57
steps :
58
58
- uses : actions/checkout@v4
59
- - uses : astral-sh/setup-uv@v6
60
- with :
61
- enable-cache : true
62
59
- name : Set up Python
63
60
uses : actions/setup-python@v5
64
61
with :
65
62
python-version-file : " pyproject.toml"
63
+ - uses : astral-sh/setup-uv@v6
64
+ with :
65
+ enable-cache : true
66
+ python-preference : " only-system"
66
67
67
68
- uses : Swatinem/rust-cache@v2
68
69
- run : uv sync --extra test --locked
69
70
-
uses :
CodSpeedHQ/[email protected]
70
71
with :
71
72
token : ${{ secrets.CODSPEED_TOKEN }}
72
73
# allow updating snapshots due to indeterministic benchmarks
73
- run : uv run pytest -vvv -n auto --snapshot-update
74
+ run : uv run pytest -vvv --snapshot-update --benchmark-only
74
75
75
76
docs :
76
77
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments