Skip to content

Commit 29d27b8

Browse files
committed
fix: add AWS_DEFAULT_REGION for boto3 tests
1 parent b6787f9 commit 29d27b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/python_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: make lint
3333
- name: Test with pytest
3434
run: make test
35+
env:
36+
AWS_DEFAULT_REGION: us-east-1
3537
- name: Security baseline
3638
run: make security-baseline
3739
- name: Complexity baseline

0 commit comments

Comments
 (0)