Skip to content

Commit

Permalink
fix(CodeBuild): pyenv local before pip installing
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Nov 10, 2021
1 parent b4657fa commit 7950abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codebuild/release/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ phases:
python: latest
pre_build:
commands:
- pyenv install 3.8.12
- pip install tox tox-pyenv
- git clone https://github.com/aws-samples/busy-engineers-document-bucket.git
- cd busy-engineers-document-bucket/exercises/python/encryption-context-complete
- pyenv local 3.8.12
- sed -i "s/aws_encryption_sdk/aws_encryption_sdk==$VERSION/" requirements-dev.txt
- pyenv install 3.8.12
- pyenv local 3.8.12
- pip install tox tox-pyenv
build:
commands:
- NUM_RETRIES=3
Expand Down

0 comments on commit 7950abd

Please sign in to comment.