Skip to content

Commit 6fbe595

Browse files
authored
Merge pull request #278 from hyanwong/nojit
Disable JIT for coverage
2 parents a2fc2b6 + d9a020f commit 6fbe595

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)