Merge pull request #484 from native-api/pyenv_latest_f

Reflect pyenv-latest switch change in 2.4.8
This commit is contained in:
native-api
2024-07-22 00:34:28 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ OUT
stub pyenv-exec "python -s -m ensurepip : false"
stub pyenv-exec "python -s */get-pip.py : true"
stub curl true
stub pyenv-latest "-q 2.7 : echo 2.7.11"
stub pyenv-latest "-f 2.7 : echo 2.7.11"
run pyenv-virtualenv "2.7" "venv"