Recent changes (master)

Jens Axboe <[email protected]> Wed, 19 Nov 2025 06:00:01 -0700
Newsgroups org.kernel.vger.fio
Message-ID <[email protected]>
The following changes since commit b2c62314298db2269df5fe9c2454faef677bf464:

  Merge branch 'fix/zero-numberio' of https://github.com/minwooim/fio (2025-11-17 11:41:39 -0500)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 7c8dbca4aa7ff0172d70846e04f8e9909ab81094:

  ci: work around macOS pip restrictions (2025-11-18 20:15:42 -0500)

----------------------------------------------------------------
Vincent Fu (1):
      ci: work around macOS pip restrictions

 ci/actions-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

Diff of recent changes:

diff --git a/ci/actions-install.sh b/ci/actions-install.sh
index 30b815f3..6940e5b9 100755
--- a/ci/actions-install.sh
+++ b/ci/actions-install.sh
@@ -191,8 +191,8 @@ install_macos() {
     #echo "Updating homebrew..."
     #brew update >/dev/null 2>&1
     echo "Installing packages..."
-    HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit libnfs
-    pip3 install scipy six statsmodels sphinx
+    HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit libnfs sphinx-doc
+    pip3 install scipy six statsmodels --user --break-system-packages
 }
 
 install_windows() {