From 48617f67116359177c216a161da88cad891fff7d Mon Sep 17 00:00:00 2001 From: Matt Einhorn Date: Mon, 20 May 2024 22:30:54 -0400 Subject: [PATCH] Pass numba disable in env. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d5be4c..e7a83cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,9 +136,10 @@ python = extras = dev commands = - NUMBA_DISABLE_JIT=1 pytest -v --color=yes --cov=brainglobe_utils --cov-report=xml + pytest -v --color=yes --cov=brainglobe_utils --cov-report=xml passenv = CI + NUMBA_DISABLE_JIT GITHUB_ACTIONS DISPLAY XAUTHORITY