Skip to content

Commit 3341965

Browse files
authored
Update benchmarks.yml
1 parent 4d6549b commit 3341965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
uses: actions/checkout@v4
2121
- name: Install tox
2222
run: pip install tox-uv
23+
- name: Install Git # since Git isn't available in the container image used above
24+
run: |
25+
apt-get update
26+
apt-get install -y git
2327
- name: Run tox
2428
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2529
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)