We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6787f9 commit 29d27b8Copy full SHA for 29d27b8
.github/workflows/python_build.yml
@@ -32,6 +32,8 @@ jobs:
32
run: make lint
33
- name: Test with pytest
34
run: make test
35
+ env:
36
+ AWS_DEFAULT_REGION: us-east-1
37
- name: Security baseline
38
run: make security-baseline
39
- name: Complexity baseline
0 commit comments