Skip to content

Commit b0774a6

Browse files
authored
Update benchmarks.yml
1 parent 3341965 commit b0774a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
container:
1717
image: python:3.13-slim
1818
steps:
19-
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
20-
uses: actions/checkout@v4
21-
- name: Install tox
22-
run: pip install tox-uv
2319
- name: Install Git # since Git isn't available in the container image used above
2420
run: |
2521
apt-get update
2622
apt-get install -y git
23+
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
24+
uses: actions/checkout@v4
25+
- name: Install tox
26+
run: pip install tox-uv
2727
- name: Run tox
2828
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2929
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)