From e81247920aaaf5af2a14f919ff3e6fd7bd8c3736 Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Mon, 3 Jul 2023 15:24:18 +0100 Subject: [PATCH] tox should test with tensorflow present --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 83bfe822..9c369b58 100644 --- a/tox.ini +++ b/tox.ini @@ -16,5 +16,6 @@ deps = pytest-cov pytest-mock pytest-timeout +extras = tensorflow passenv = NUMBA_DISABLE_JIT