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.
1 parent 98970eb commit 72da0a7Copy full SHA for 72da0a7
.github/workflows/python_tests.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
pip install ".[test]"
34
+ export NUMBA_DISABLE_JIT=1
35
36
- name: Test with pytest
37
0 commit comments