chore: Update macOS alpha build workflow to install Python 3.11 and add watchman

This commit is contained in:
Mauro Balades
2024-08-20 13:17:21 +02:00
parent 776c9f69d5
commit 000c41038d

View File

@@ -71,12 +71,13 @@ jobs:
- name: Setup
run: |
# completly uninstall python3 and python3.12
brew uninstall --ignore-dependencies python3 -f
brew uninstall --ignore-dependencies python3.12 -f
export PATH="$(python3 -m site --user-base)/bin":$PATH
python3 -m pip install --user mercurial
brew install python@3.11
brew install watchman
- name: Bootstrap
run: |