We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d17e7 commit 1f36b90Copy full SHA for 1f36b90
.github/workflows/pr-python.yml
@@ -3,13 +3,12 @@ name: "Pull Request (Python)"
3
on:
4
pull_request:
5
paths:
6
- - 'python/**'
+ - 'python/**'
7
branches:
8
- main
9
10
env:
11
AWS_REGION: us-east-1
12
- CORE_REPO_SHA: 281c97bf8f9e31392859e006e13c9c8eac8967c3
13
14
jobs:
15
PR-Python:
python/src/otel/otel_sdk/requirements.txt
@@ -1,3 +1,4 @@
1
opentelemetry-exporter-otlp-proto-http==1.11.1
2
opentelemetry-distro==0.30b1
-opentelemetry-instrumentation-aws-lambda==0.30b1
+opentelemetry-instrumentation-aws-lambda==0.30b1
+protobuf==3.20.0
0 commit comments