Skip to content

Commit

Permalink
ci: Fix park and Validate (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Nov 10, 2021
1 parent 0c3a0eb commit b4657fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions codebuild/release/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ 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
build:
commands:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ commands =

# Release tooling
[testenv:park]
basepython = python3.7
basepython = python3
skip_install = true
deps =
pypi-parker
Expand Down

0 comments on commit b4657fa

Please sign in to comment.