Skip to content

Commit f0982f9

Browse files
committed
update benchmark CI steps
1 parent 448c403 commit f0982f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
with:
3232
python-version: "3.13"
3333

34+
- name: Setup uv
35+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
36+
3437
- name: Install dependencies
35-
run: pip install -e .[dev]
38+
run: uv sync --dev
3639

3740
- name: Run benchmarks
3841
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 #v3

0 commit comments

Comments
 (0)