Skip to content

Commit b7bd533

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

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ 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-preference only-managed --python 3.13 tox-uv
23-
- name: Set up Python
24-
run: uv python install --python-preference only-managed 3.13
19+
- name: Setup Python
20+
uses: actions/setup-python@v5
21+
with:
22+
python-version: "3.13.6"
2523
- name: Run tox
2624
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2725
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)