Skip to content

Commit 1b3b2e7

Browse files
committed
ci: fix missing otel dependency in deploy-examples
1 parent 749f4d1 commit 1b3b2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: pip install hatch
6060
- name: Build examples
6161
run: |
62-
hatch run -- examples:pip install -e packages/aws-durable-execution-sdk-python
62+
hatch run -- examples:pip install -e packages/aws-durable-execution-sdk-python packages/aws-durable-execution-sdk-python-otel
6363
hatch run examples:build
6464
6565
- name: Deploy Lambda function - ${{ matrix.example.name }}

0 commit comments

Comments
 (0)