File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,16 @@ jobs:
1313 permissions :
1414 contents : write # required for pushing to gh-pages
1515 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
16+ container :
17+ image : ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
1618 steps :
1719 - name : Checkout Core Repo @ SHA - ${{ github.sha }}
1820 uses : actions/checkout@v4
19- - name : Setup Python
21+ - name : Set up Python
2022 uses : actions/setup-python@v5
2123 with :
22- python-version : " 3.13.6"
24+ python-version : " 3.13"
25+ architecture : ' x64'
2326 - name : Run tox
2427 run : tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2528 - name : Report on SDK benchmark results
You can’t perform that action at this time.
0 commit comments