We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597f57 commit 26bd996Copy full SHA for 26bd996
.github/workflows/build.yml
@@ -355,9 +355,6 @@ jobs:
355
PYTHON_VERSION: 3.12.10
356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357
run: |
358
- # Hack to get the latest patch version. Uncomment if needed
359
- #brew install [email protected]
360
- #export PYTHON_VERSION=$( $(brew --prefix)/opt/[email protected]/bin/python3 --version | cut -d ' ' -f 2 )
361
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
362
sudo installer -pkg python.pkg -target /
363
python3 --version
0 commit comments