File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,12 @@ jobs:
1414 contents : write # required for pushing to gh-pages
1515 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
1616 container :
17- image : ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
17+ image : python:3.13-slim
1818 steps :
1919 - name : Checkout Core Repo @ SHA - ${{ github.sha }}
2020 uses : actions/checkout@v4
21- - name : Set up Python
22- uses : actions/setup-python@v5
23- with :
24- python-version : " 3.13"
25- architecture : ' x64'
21+ - name : Install tox
22+ run : pip install tox-uv
2623 - name : Run tox
2724 run : tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2825 - name : Report on SDK benchmark results
You can’t perform that action at this time.
0 commit comments