From a4edf36d3df07906be02e3238535e167b3d30eb3 Mon Sep 17 00:00:00 2001 From: veegalinova Date: Mon, 12 Jun 2023 11:37:19 +0200 Subject: [PATCH] try to fix windows ci --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4af1091..6fb90cd 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ isolated_build=true [testenv] passenv = + USERNAME CI GITHUB_ACTIONS NUMPY_EXPERIMENTAL_ARRAY_FUNCTION @@ -15,4 +16,4 @@ deps = tensorflow -commands = pytest --ignore=tests/functional/ -m "not bioimage_io" \ No newline at end of file +commands = pytest --ignore=tests/functional/ \ No newline at end of file