File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818
19+ py38-test-instrumentation-openai-v2 :
20+ name : instrumentation-openai-v2
21+ runs-on : ubuntu-latest
22+ steps :
23+ - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
24+ uses : actions/checkout@v4
25+ with :
26+ repository : open-telemetry/opentelemetry-python-contrib
27+ ref : ${{ env.CONTRIB_REPO_SHA }}
28+
29+ - name : Checkout core repo @ SHA - ${{ github.sha }}
30+ uses : actions/checkout@v4
31+ with :
32+ repository : open-telemetry/opentelemetry-python
33+ path : opentelemetry-python-core
34+
35+ - name : Set up Python 3.8
36+ uses : actions/setup-python@v5
37+ with :
38+ python-version : " 3.8"
39+ architecture : " x64"
40+
41+ - name : Install tox
42+ run : pip install tox
43+
44+ - name : Run tests
45+ run : tox -e py38-test-instrumentation-openai-v2 -- -ra
46+
1947 py38-test-resource-detector-container :
2048 name : resource-detector-container
2149 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments