chore: Update macOS alpha build workflow to completely uninstall python3 and python3.12 with --ignore-dependencies flag

This commit is contained in:
Mauro Balades
2024-08-20 11:33:43 +02:00
parent 83d91ea38c
commit bb6113f221

View File

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