Skip to content

Commit 9e27b0c

Browse files
m
1 parent cf27633 commit 9e27b0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- "integ.yml"
3535
exclude:
3636
# No "awses_local.yml" file exists in py39/
37-
- python:
38-
- python_version: "39"
39-
image: "aws/codebuild/standard:5.0"
40-
codebuild_file_name: "awses_local.yml"
37+
- { python: {
38+
python_version: "39"
39+
image: "aws/codebuild/standard:5.0" },
40+
codebuild_file_name: "awses_local.yml"
41+
}
4142
steps:
4243
- name: Configure AWS Credentials
4344
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)