We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3a0eb commit b4657faCopy full SHA for b4657fa
codebuild/release/validate.yml
@@ -8,8 +8,11 @@ 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
17
build:
18
tox.ini
@@ -318,7 +318,7 @@ commands =
318
319
# Release tooling
320
[testenv:park]
321
-basepython = python3.7
+basepython = python3
322
skip_install = true
323
deps =
324
pypi-parker
0 commit comments