We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7f7b7 commit 2e5ec9cCopy full SHA for 2e5ec9c
.github/workflows/ci.yml
@@ -39,6 +39,14 @@ jobs:
39
- run: pip install pip-licenses
40
- run: pip-licenses
41
42
+ operator-requirements-installable:
43
+ runs-on: ubuntu-latest
44
+ steps:
45
+ - uses: actions/checkout@v4
46
+ - uses: ./.github/actions/env-install
47
+ - run: pip install .
48
+ - run: pip install -r operator/requirements.txt
49
+
50
test:
51
runs-on: ubuntu-latest
52
env:
operator/requirements.txt
@@ -53,4 +53,4 @@ opentelemetry-instrumentation-urllib==0.48b0
53
opentelemetry-instrumentation-urllib3==0.48b0
54
opentelemetry-instrumentation-wsgi==0.48b0
55
56
-elastic-opentelemetry-instrumentation-openai==0.1.0
+elastic-opentelemetry-instrumentation-openai==0.2.0
0 commit comments