We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749f4d1 commit 1b3b2e7Copy full SHA for 1b3b2e7
1 file changed
.github/workflows/deploy-examples.yml
@@ -59,7 +59,7 @@ jobs:
59
run: pip install hatch
60
- name: Build examples
61
run: |
62
- hatch run -- examples:pip install -e packages/aws-durable-execution-sdk-python
+ hatch run -- examples:pip install -e packages/aws-durable-execution-sdk-python packages/aws-durable-execution-sdk-python-otel
63
hatch run examples:build
64
65
- name: Deploy Lambda function - ${{ matrix.example.name }}
0 commit comments