Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 7, 2024
1 parent cf27633 commit 9e27b0c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_codebuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- "integ.yml"
exclude:
# No "awses_local.yml" file exists in py39/
- python:
- python_version: "39"
image: "aws/codebuild/standard:5.0"
codebuild_file_name: "awses_local.yml"
- { python: {
python_version: "39"
image: "aws/codebuild/standard:5.0" },
codebuild_file_name: "awses_local.yml"
}
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit 9e27b0c

Please sign in to comment.