File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,8 @@ jobs:
355355 PYTHON_VERSION : 3.12.10
356356 MACOSX_DEPLOYMENT_TARGET : 10.9 # Used up by the Python build tools
357357 run : |
358+ echo $BASH_VERSINFO
359+ echo $ZSH_VERSION
358360 curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
359361 sudo installer -pkg python.pkg -target /
360362 brew list
@@ -405,6 +407,8 @@ jobs:
405407 PYTHON_VERSION : 3.12.10
406408 MACOSX_DEPLOYMENT_TARGET : 10.9 # Used up by the Python build tools
407409 run : |
410+ echo $BASH_VERSINFO
411+ echo $ZSH_VERSION
408412 curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
409413 sudo installer -pkg python.pkg -target /
410414 brew list
You can’t perform that action at this time.
0 commit comments