diff --git a/codebuild/py312/awses_local.yml b/codebuild/py312/awses_local.yml index 50638c6e9..0a81984ee 100644 --- a/codebuild/py312/awses_local.yml +++ b/codebuild/py312/awses_local.yml @@ -21,7 +21,7 @@ phases: build: commands: - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd - - - pyenv install 3.12.0 + - pyenv install --skip-existing 3.12.0 - pyenv local 3.12.0 - pip install --upgrade pip - pip install setuptools diff --git a/codebuild/py312/examples.yml b/codebuild/py312/examples.yml index aee933e00..691ea0e60 100644 --- a/codebuild/py312/examples.yml +++ b/codebuild/py312/examples.yml @@ -19,7 +19,7 @@ phases: build: commands: - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd - - - pyenv install 3.12.0 + - pyenv install --skip-existing 3.12.0 - pyenv local 3.12.0 - pip install --upgrade pip - pip install setuptools diff --git a/codebuild/py312/integ.yml b/codebuild/py312/integ.yml index 156c185d9..10899f1df 100644 --- a/codebuild/py312/integ.yml +++ b/codebuild/py312/integ.yml @@ -19,7 +19,7 @@ phases: build: commands: - cd /root/.pyenv/plugins/python-build/../.. && git pull && cd - - - pyenv install 3.12.0 + - pyenv install --skip-existing 3.12.0 - pyenv local 3.12.0 - pip install --upgrade pip - pip install setuptools diff --git a/codebuild/release/validate.yml b/codebuild/release/validate.yml index 1043745ee..a929e9154 100644 --- a/codebuild/release/validate.yml +++ b/codebuild/release/validate.yml @@ -11,7 +11,7 @@ phases: - git clone https://github.com/aws-samples/busy-engineers-document-bucket.git - cd busy-engineers-document-bucket/exercises/python/encryption-context-complete - sed -i "s/aws_encryption_sdk/aws_encryption_sdk==$VERSION/" requirements-dev.txt - - pyenv install 3.8.12 + - pyenv install --skip-existing 3.8.12 - pyenv local 3.8.12 - pip install "tox < 4.0" build: