mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
chore: Update macOS alpha build workflow to completely uninstall python3 and python3.12 with --ignore-dependencies flag
This commit is contained in:
6
.github/workflows/macos-alpha-build.yml
vendored
6
.github/workflows/macos-alpha-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user