From ca0ba33a3ab385b604a9c8f3e1f54d48a18ac9b5 Mon Sep 17 00:00:00 2001 From: Martin Becker Date: Sat, 4 Jan 2025 01:08:07 +0100 Subject: [PATCH] Try to fix missing openslide --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d4e8cd6..0dc6a80 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ allowlist_externals = setenv = TOXINIDIR = {toxinidir} DYLD_LIBRARY_PATH = {env:DYLD_LIBRARY_PATH}{:}/opt/homebrew/Cellar/openslide/4.0.0/lib{:}/opt/homebrew/Cellar/vips/8.16.0/lib + TF_CPP_MIN_LOG_LEVEL = 2 passenv = HOME SETUPTOOLS_*