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 448c403 commit f0982f9Copy full SHA for f0982f9
1 file changed
.github/workflows/codspeed.yml
@@ -31,8 +31,11 @@ jobs:
31
with:
32
python-version: "3.13"
33
34
+ - name: Setup uv
35
+ uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
36
+
37
- name: Install dependencies
- run: pip install -e .[dev]
38
+ run: uv sync --dev
39
40
- name: Run benchmarks
41
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 #v3
0 commit comments