We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2fc2b6 + d9a020f commit 6fbe595Copy full SHA for 6fbe595
.circleci/config.yml
@@ -42,6 +42,8 @@ jobs:
42
name: Run Python tests
43
command: |
44
python -m pytest -vv -n0 --cov=tsdate --cov-report=xml --cov-branch tests
45
+ environment:
46
+ NUMBA_DISABLE_JIT: 1
47
48
- codecov/upload:
49
token: CODECOV_TOKEN
0 commit comments