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 dbf0ce0 commit fad2685Copy full SHA for fad2685
.github/workflows/build.yml
@@ -355,6 +355,7 @@ jobs:
355
PYTHON_VERSION: 3.12.10
356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357
run: |
358
+ brew uninstall python3
359
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
360
sudo installer -pkg python.pkg -target /
361
python3 --version
0 commit comments