File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ phases:
2121 build :
2222 commands :
2323 - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd -
24- - pyenv install 3.12.0
24+ - pyenv install --skip-existing 3.12.0
2525 - pyenv local 3.12.0
2626 - pip install --upgrade pip
2727 - pip install setuptools
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ phases:
1919 build :
2020 commands :
2121 - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd -
22- - pyenv install 3.12.0
22+ - pyenv install --skip-existing 3.12.0
2323 - pyenv local 3.12.0
2424 - pip install --upgrade pip
2525 - pip install setuptools
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ phases:
1919 build :
2020 commands :
2121 - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd -
22- - pyenv install 3.12.0
22+ - pyenv install --skip-existing 3.12.0
2323 - pyenv local 3.12.0
2424 - pip install --upgrade pip
2525 - pip install setuptools
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ phases:
1111 - git clone https://github.com/aws-samples/busy-engineers-document-bucket.git
1212 - cd busy-engineers-document-bucket/exercises/python/encryption-context-complete
1313 - sed -i "s/aws_encryption_sdk/aws_encryption_sdk==$VERSION/" requirements-dev.txt
14- - pyenv install 3.8.12
14+ - pyenv install --skip-existing 3.8.12
1515 - pyenv local 3.8.12
1616 - pip install "tox < 4.0"
1717 build :
You can’t perform that action at this time.
0 commit comments