Skip to content

Commit 729f44d

Browse files
committed
fix missing module error
1 parent 71e9ead commit 729f44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run Integration Tests
4343
run: |
44-
pip3 install boto3 pytest requests
44+
pip3 install boto3 pytest requests dnspython
4545
pytest
4646
env:
4747
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)