Skip to content

Commit 775e7b0

Browse files
authored
Update benchmarks.yml
1 parent 34bf8e7 commit 775e7b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
steps:
1717
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
1818
uses: actions/checkout@v4
19+
- name: Install uv
20+
uses: astral-sh/setup-uv@v6
21+
- name: Install tox-uv
22+
run: uv tool install --python 3.13 tox-uv
1923
- name: Set up Python
20-
uses: actions/setup-python@v5
21-
with:
22-
python-version: "3.13"
23-
- name: Install tox
24-
run: pip install tox-uv
24+
run: uv python install 3.13
2525
- name: Run tox
2626
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2727
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)