diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898b02f..21cb96f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,14 @@ jobs: - run: pip install pip-licenses - run: pip-licenses + operator-requirements-installable: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ./.github/actions/env-install + - run: pip install . + - run: pip install -r operator/requirements.txt + test: runs-on: ubuntu-latest env: diff --git a/operator/requirements.txt b/operator/requirements.txt index efaae87..0bc8285 100644 --- a/operator/requirements.txt +++ b/operator/requirements.txt @@ -53,4 +53,4 @@ opentelemetry-instrumentation-urllib==0.48b0 opentelemetry-instrumentation-urllib3==0.48b0 opentelemetry-instrumentation-wsgi==0.48b0 -elastic-opentelemetry-instrumentation-openai==0.1.0 +elastic-opentelemetry-instrumentation-openai==0.2.0