File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
os :
9
9
- ubuntu-22.04
10
10
- ubuntu-20.04
11
- - macos-12
12
- - macos-11
11
+ - macos-14
12
+ - macos-13
13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
15
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 325
325
fi
326
326
327
327
if [[ -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} " ) "
329
329
fi
330
330
331
331
if [ -z " ${VERSION_NAME} " ] || [ -z " ${VIRTUALENV_NAME} " ]; then
Original file line number Diff line number Diff line change 61
61
stub pyenv-exec " python -s -m ensurepip : false"
62
62
stub pyenv-exec " python -s */get-pip.py : true"
63
63
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"
65
65
66
66
run pyenv-virtualenv " 2.7" " venv"
67
67
You can’t perform that action at this time.
0 commit comments