File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,12 @@ jobs:
122122
123123 echo '::group::Install official Python'
124124 # We need the official Python, because the GA ones only support newer macOS versions
125+ find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
126+ sudo rm -rf /Library/Frameworks/Python.framework/
125127 # export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126128 export PYTHON_VERSION=3.12.7
127129 wget -qO ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
128- sudo installer -verbose - pkg ${{ github.workspace }}/python.pkg -target /
130+ sudo installer -pkg ${{ github.workspace }}/python.pkg -target /
129131 python3 --version
130132 echo '::endgroup::'
131133
You can’t perform that action at this time.
0 commit comments