Skip to content

Commit 72da0a7

Browse files
committed
disable JIT
1 parent 98970eb commit 72da0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
pip install ".[test]"
34+
export NUMBA_DISABLE_JIT=1
3435
3536
- name: Test with pytest
3637
run: |

0 commit comments

Comments
 (0)