Skip to content

Commit ccbf98a

Browse files
committed
Set pyenv branch.
1 parent 9327417 commit ccbf98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
- run:
375375
name: pip install
376376
command: |
377-
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd -
377+
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git fetch --tags && git checkout v2.3.15 && cd -
378378
pyenv install 3.9.16
379379
pyenv global 3.9.16
380380
python3 -m pip install -U pip

0 commit comments

Comments
 (0)