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 e30b72dCopy full SHA for e30b72d
.github/workflows/codspeed.yml
@@ -31,12 +31,15 @@ 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
42
43
token: ${{ secrets.CODSPEED_TOKEN }}
- run: pytest tests/ --codspeed
44
+ run: uv run pytest tests/ --codspeed
45
mode: instrumentation
0 commit comments