Skip to content

Commit d9a020f

Browse files
committed
Disable JIT for coverage
1 parent a2fc2b6 commit d9a020f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
name: Run Python tests
4343
command: |
4444
python -m pytest -vv -n0 --cov=tsdate --cov-report=xml --cov-branch tests
45+
environment:
46+
NUMBA_DISABLE_JIT: 1
4547

4648
- codecov/upload:
4749
token: CODECOV_TOKEN

0 commit comments

Comments
 (0)