Skip to content

Commit 3df6df1

Browse files
test python 3.12.7
1 parent 84221d3 commit 3df6df1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/qt5_6.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ jobs:
122122
123123
echo '::group::Install official Python'
124124
# We need the official Python, because the GA ones only support newer macOS versions
125-
export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126-
wget -O ${{ github.workspace }}/python.pkg https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg
127-
sudo installer -pkg ${{ github.workspace }}/python.pkg -target /
125+
# export PYTHON_VERSION=$(python3 --version | cut -d' ' -f2)
126+
export PYTHON_VERSION=3.12.7
127+
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 /
128129
python3 --version
129130
echo '::endgroup::'
130131

0 commit comments

Comments
 (0)