We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4657fa commit 7950abdCopy full SHA for 7950abd
codebuild/release/validate.yml
@@ -8,12 +8,12 @@ phases:
8
python: latest
9
pre_build:
10
commands:
11
- - pyenv install 3.8.12
12
- - pip install tox tox-pyenv
13
- git clone https://github.com/aws-samples/busy-engineers-document-bucket.git
14
- cd busy-engineers-document-bucket/exercises/python/encryption-context-complete
15
- - pyenv local 3.8.12
16
- 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
17
build:
18
19
- NUM_RETRIES=3
0 commit comments