File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 os :
99 - ubuntu-22.04
1010 - ubuntu-20.04
11- - macos-12
12- - macos-11
11+ - macos-14
12+ - macos-13
1313 runs-on : ${{ matrix.os }}
1414 steps :
1515 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 325325fi
326326
327327if [[ -n " ${VERSION_NAME} " ]] && command -v pyenv-latest > /dev/null; then
328- VERSION_NAME=" $( pyenv-latest -q " ${VERSION_NAME} " || echo " ${VERSION_NAME} " ) "
328+ VERSION_NAME=" $( pyenv-latest -f " ${VERSION_NAME} " ) "
329329fi
330330
331331if [ -z " ${VERSION_NAME} " ] || [ -z " ${VIRTUALENV_NAME} " ]; then
Original file line number Diff line number Diff line change 6161 stub pyenv-exec " python -s -m ensurepip : false"
6262 stub pyenv-exec " python -s */get-pip.py : true"
6363 stub curl true
64- stub pyenv-latest " -q 2.7 : echo 2.7.11"
64+ stub pyenv-latest " -f 2.7 : echo 2.7.11"
6565
6666 run pyenv-virtualenv " 2.7" " venv"
6767
You can’t perform that action at this time.
0 commit comments