The following changes since commit 50b94305b08a746c21a2c644ffb3cb56915d86ee: t/zbd: avoid test case 45 failure (2023-10-13 17:31:47 -0400) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to c5d8ce3fc736210ded83b126c71e3225c7ffd7c9: ci: explicitly install pygments and certifi on macos (2023-10-16 10:54:21 -0400) ---------------------------------------------------------------- Vincent Fu (1): ci: explicitly install pygments and certifi on macos ci/actions-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/ci/actions-install.sh b/ci/actions-install.sh index 95241e78..76335fbc 100755 --- a/ci/actions-install.sh +++ b/ci/actions-install.sh @@ -86,7 +86,7 @@ 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 + HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit libnfs sphinx-doc pygments python-certifi brew link sphinx-doc --force pip3 install scipy six statsmodels }