Skip to content

ci: Fix park and Validate #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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