Skip to content

Commit 8f8f21f

Browse files
authored
Update benchmarks.yml
1 parent 775e7b0 commit 8f8f21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v6
2121
- name: Install tox-uv
22-
run: uv tool install --python 3.13 tox-uv
22+
run: uv tool install --python-preference only-managed --python 3.13 tox-uv
2323
- name: Set up Python
24-
run: uv python install 3.13
24+
run: uv python install --python-preference only-managed 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)