Commit 4047b5e
committed
ci: Disable eager upgrades from Homebrew
GitHub and Azure's images install a pre-existing Python, which Homebrew
attempts to upgrade if any of the packages we want to install depend on
it.
Unfortunately, this may cause conflicts on Python's symlinks, so stop
Homebrew from trying to do an automatic upgrade.1 parent 9c88d13 commit 4047b5e
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments