ci: fix macOS sphinx install issues
authorVincent Fu <vincent.fu@samsung.com>
Thu, 22 Feb 2024 14:31:50 +0000 (09:31 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 23 Feb 2024 01:01:27 +0000 (20:01 -0500)
commit9af4af7ab40c4e505033d0e077cc42ac84996b09
treef94c8eeec693c7c40196d729941aef471147f4bc
parentd848a55ba876e42c5f3e39c09ad55f141c540ece
ci: fix macOS sphinx install issues

We have had a lot of failures installing sphinx on macOS. The latest
failure suggested using pip instead of homebrew to install sphinx. So
let's try that.

https://github.com/axboe/fio/actions/runs/8004639029/job/21863677360?pr=1727

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-install.sh