Skip to content

Commit e732c59

Browse files
committed
add deps
1 parent 60a5313 commit e732c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
awslocal dynamodb list-tables
6969
awslocal s3 ls
7070
71+
- name: Set up test dependencies
72+
run: |
73+
pip install requests boto3 pytest localstack-sdk-python
74+
7175
- name: Run Integration Tests
7276
run: |
7377
pytest tests/test_infra.py

0 commit comments

Comments
 (0)