Skip to content

Commit 668ab59

Browse files
authored
👷 Don't reinstall Python if it already exists on the runner
1 parent 6cee7c5 commit 668ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ commands:
119119
- run:
120120
name: "Installing CI dependencies"
121121
command: |
122-
pyenv install 3.10.10
122+
yes n | pyenv install 3.10.10 || true
123123
pyenv global 3.10.10
124124
pip install --upgrade pip
125125
pip install -r dev/circleci_data/requirements.txt

0 commit comments

Comments
 (0)