Skip to content

Commit

Permalink
Using python 3.10 for PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Mar 5, 2024
1 parent ec1dcf6 commit 4c414b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cicd/buildspec_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
PY_VERSION: 3.8
PY_VERSION: 3.10
git-credential-helper: yes

phases:
Expand Down
8 changes: 6 additions & 2 deletions .cicd/codebuild_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Metadata:
Author: https://github.com/johnpreston

Parameters:
CodeBuildImage:
Type: String
Default: aws/codebuild/standard:6.0
RepositoryOrganization:
Type: String

Expand Down Expand Up @@ -128,12 +131,13 @@ Resources:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:3.0
Image:
Ref: CodeBuildImage
Type: LINUX_CONTAINER
EnvironmentVariables:
- Name: PY_VERSION
Type: PLAINTEXT
Value: 3.8
Value: 3.10
- Name: KNOWN_BUCKET
Type: PLAINTEXT
Value: !Ref TemplatesBucket
Expand Down

0 comments on commit 4c414b8

Please sign in to comment.