Skip to content

Commit fad2685

Browse files
authored
Update build.yml
1 parent dbf0ce0 commit fad2685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ jobs:
355355
PYTHON_VERSION: 3.12.10
356356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357357
run: |
358+
brew uninstall python3
358359
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
359360
sudo installer -pkg python.pkg -target /
360361
python3 --version

0 commit comments

Comments
 (0)