engines/io_uring: eliminate FDP memory corruption risk
[fio.git] / ci / actions-install.sh
index 76335fbc3e92122dfa99f63d4f8e04bebae7da4a..6eb2d795e7d1d93b0327c3bbd3a3fbcb4b295129 100755 (executable)
@@ -86,9 +86,8 @@ install_macos() {
     #echo "Updating homebrew..."
     #brew update >/dev/null 2>&1
     echo "Installing packages..."
-    HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit libnfs sphinx-doc pygments python-certifi
-    brew link sphinx-doc --force
-    pip3 install scipy six statsmodels
+    HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit libnfs
+    pip3 install scipy six statsmodels sphinx
 }
 
 install_windows() {