Unverified Commit 1a6cf39d authored by Vlad Tiberiu Mihailescu's avatar Vlad Tiberiu Mihailescu Committed by GitHub
Browse files

[CI/Build] Remove redundant OpenTelemetry pip install from CI configs (#35032)


Signed-off-by: default avatarVlad Mihailescu <vtmihailescu@gmail.com>
parent f91808ae
...@@ -340,11 +340,6 @@ steps: ...@@ -340,11 +340,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: commands:
- "pip install \
'opentelemetry-sdk>=1.26.0' \
'opentelemetry-api>=1.26.0' \
'opentelemetry-exporter-otlp>=1.26.0' \
'opentelemetry-semantic-conventions-ai>=0.4.1'"
- pytest -v -s v1/tracing - pytest -v -s v1/tracing
##### fast check tests ##### ##### fast check tests #####
...@@ -1963,11 +1958,6 @@ steps: ...@@ -1963,11 +1958,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: commands:
- "pip install \
'opentelemetry-sdk>=1.26.0' \
'opentelemetry-api>=1.26.0' \
'opentelemetry-exporter-otlp>=1.26.0' \
'opentelemetry-semantic-conventions-ai>=0.4.1'"
- pytest -v -s v1/tracing - pytest -v -s v1/tracing
##### fast check tests ##### ##### fast check tests #####
......
...@@ -88,11 +88,6 @@ steps: ...@@ -88,11 +88,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: commands:
- "pip install \
'opentelemetry-sdk>=1.26.0' \
'opentelemetry-api>=1.26.0' \
'opentelemetry-exporter-otlp>=1.26.0' \
'opentelemetry-semantic-conventions-ai>=0.4.1'"
- pytest -v -s v1/tracing - pytest -v -s v1/tracing
- label: Python-only Installation - label: Python-only Installation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment