Skip to content

Commit

Permalink
Pass numba disable in env.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed May 21, 2024
1 parent 83bb745 commit 48617f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48617f6

Please sign in to comment.