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 17, 2024
1 parent 5a7935f commit 8b48cf6
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 @@ -38,6 +38,7 @@ jobs:
- "resource-detector-azure"
- "resource-detector-container"
- "util-http"
- "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 8b48cf6

Please sign in to comment.