Skip to content

Commit

Permalink
Add missing requirements and test processor baggage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 29, 2024
1 parent c45a620 commit 45af1f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/instrumentations_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- "resource-detector-container"
- "util-http"
- "fastapi-slim"
- "processor-baggage"
os: [ubuntu-20.04]
exclude:
- python-version: pypy3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

-e processor/opentelemetry-processor-baggage
importlib_metadata==8.0.0
typing_extensions==4.12.2
wrapt==1.16.0
zipp==3.19.2
pytest==7.4.4
Deprecated==1.2.14
-e processor/opentelemetry-processor-baggage

0 comments on commit 45af1f9

Please sign in to comment.