We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9327417 commit ccbf98aCopy full SHA for ccbf98a
1 file changed
.circleci/config.yml
@@ -374,7 +374,7 @@ jobs:
374
- run:
375
name: pip install
376
command: |
377
- cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd -
+ cd /opt/circleci/.pyenv/plugins/python-build/../.. && git fetch --tags && git checkout v2.3.15 && cd -
378
pyenv install 3.9.16
379
pyenv global 3.9.16
380
python3 -m pip install -U pip
0 commit comments