Commit 7c8dbca
committed
ci: work around macOS pip restrictions
macOS 15 (Sequoia)'s pip by default refuses to install packages that may
produce conflicts with the system-wide Python environment. Work around
this by over-riding pip's default safety measures.
The sphinx package installed by pip3 does not work for some reason.
Install sphinx support via homebrew instead.
We may one day need to install Python packages needed for our test
harness in a virtual environment and run the test script in the same
virtual environment. For now just fix up macOS and revisit this for
other platforms later.
Signed-off-by: Vincent Fu <[email protected]>1 parent b2c6231 commit 7c8dbca
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments