Skip to content

Commit 26bd996

Browse files
authored
Update build.yml
1 parent 0597f57 commit 26bd996

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ jobs:
355355
PYTHON_VERSION: 3.12.10
356356
MACOSX_DEPLOYMENT_TARGET: 10.9 # Used up by the Python build tools
357357
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 )
361358
curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
362359
sudo installer -pkg python.pkg -target /
363360
python3 --version

0 commit comments

Comments
 (0)