Skip to content

Commit 8927a45

Browse files
committed
Fix MacOS build reverting python version hack and installing python-setuptools.
1 parent 075c9e3 commit 8927a45

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,16 +312,7 @@ jobs:
312312

313313
- name: Prepare - Install tools
314314
run: |
315-
brew install automake autoconf-archive cmake libtool ninja
316-
317-
# libcxx build is not working with python >= 3.12
318-
- name: Do not use preinstalled python >= 3.12
319-
run: |
320-
brew uninstall --ignore-dependencies [email protected]
321-
[ -e /Library/Frameworks/Python.framework ] && \
322-
sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python.framework.dont-look-at-this
323-
brew install [email protected]
324-
ln -s "$(brew --prefix [email protected])/bin/python3" "$(brew --prefix [email protected])/bin/python"
315+
brew install automake autoconf-archive cmake libtool ninja python-setuptools
325316
326317
- name: Export GitHub Actions cache environment variables
327318
uses: actions/github-script@v7

0 commit comments

Comments
 (0)