Skip to content

Commit 25a6be3

Browse files
authored
chore(ci): skip pyenv installation if already exists (#756)
1 parent d1ec2cb commit 25a6be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: codebuild/python3.12.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
build:
1616
commands:
1717
- cd /root/.pyenv/plugins/python-build/../.. && git pull && cd -
18-
- pyenv install 3.12.0
18+
- pyenv install --skip-existing 3.12.0
1919
- pyenv local 3.12.0
2020
- pip install --upgrade pip
2121
- pip install setuptools

0 commit comments

Comments
 (0)