Commit a253767
committed
Fix macOS dependency installation in GitHub Actions
- Make brew update non-fatal
- Add fallback logic for pip installation (try pip3, python3 -m pip, or ensurepip first)
- This fixes the 'Install Dependencies' step failure on macOS runners1 parent 3708604 commit a253767
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
0 commit comments