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 775e7b0 commit 8f8f21fCopy full SHA for 8f8f21f
.github/workflows/benchmarks.yml
@@ -19,9 +19,9 @@ jobs:
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
+ run: uv tool install --python-preference only-managed --python 3.13 tox-uv
23
- name: Set up Python
24
- run: uv python install 3.13
+ run: uv python install --python-preference only-managed 3.13
25
- name: Run tox
26
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
27
- name: Report on SDK benchmark results
0 commit comments