Skip to content

Commit b4657fa

Browse files
authored
ci: Fix park and Validate (#381)
1 parent 0c3a0eb commit b4657fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

codebuild/release/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ phases:
88
python: latest
99
pre_build:
1010
commands:
11+
- pyenv install 3.8.12
12+
- pip install tox tox-pyenv
1113
- git clone https://github.com/aws-samples/busy-engineers-document-bucket.git
1214
- cd busy-engineers-document-bucket/exercises/python/encryption-context-complete
15+
- pyenv local 3.8.12
1316
- sed -i "s/aws_encryption_sdk/aws_encryption_sdk==$VERSION/" requirements-dev.txt
1417
build:
1518
commands:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ commands =
318318

319319
# Release tooling
320320
[testenv:park]
321-
basepython = python3.7
321+
basepython = python3
322322
skip_install = true
323323
deps =
324324
pypi-parker

0 commit comments

Comments
 (0)