We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ec2cb commit 25a6be3Copy full SHA for 25a6be3
codebuild/python3.12.yml
@@ -15,7 +15,7 @@ phases:
15
build:
16
commands:
17
- cd /root/.pyenv/plugins/python-build/../.. && git pull && cd -
18
- - pyenv install 3.12.0
+ - pyenv install --skip-existing 3.12.0
19
- pyenv local 3.12.0
20
- pip install --upgrade pip
21
- pip install setuptools
0 commit comments